-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
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
Output panel optimisation #1058
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with the build from 085f97e and this fixes both #68 and #405 for me.
In order to do a more thorough test of #68, I replaced the standard upload tool command with a script that prints 10000 lines of text. That results in a large delay between the completion of the upload process and the completion of printing to the Output panel when using the latest build from the main
branch. Using the build from this PR, the output printing completes at the same time as the upload process.
Thanks Dave!
Motivation
Output panel prints slower than the CLI and on windows is out of sync with the upload operation.
Change description
Adds a simple buffer mechanism for the related stream from the CLI.
Other information
Optimisations on CLI side should also complement the resolution of this issue.
Reviewer checklist