We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print
Describe the bug Title describes it.
To Reproduce
yup
NOT reproducible:
swift test
struct League3Tests { @Test func yup() { var string:String = "" for i in 1...2000 { string += "\(i)\n" } print(string) } }
Which always produces:
Without line breaks:
Expected behavior Printing of the whole string and test result output with no missing content.
Environment
Additional context Forum post: https://forums.swift.org/t/77808
The text was updated successfully, but these errors were encountered:
Thanks for the report, with the simple reproduction case! I've tracked this back to a longstanding issue in node-pty, microsoft/node-pty#72. We'll have to see if we can work around it. VSCode uses the same module to drive its built in terminal, so maybe they've already worked around it in https://github.com/microsoft/vscode/blob/3ccdd1e63d4819349903e17019264b954e56db44/src/vs/workbench/contrib/terminal/node/terminalProcess.ts
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Title describes it.
To Reproduce
yup
provided by vscode-swiftNOT reproducible:
swift test
from terminalWhich always produces:
Without line breaks:
Expected behavior
Printing of the whole string and test result output with no missing content.
Environment
Additional context
Forum post: https://forums.swift.org/t/77808
The text was updated successfully, but these errors were encountered: