Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console] Fix consoleProgressBar::override() after manualProgressBar::cleanup()#47998
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
maxbeckers commentedOct 26, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Build failures are unrelated to the change. Should be added to Milestone 5.4, had the wrong target branch when i created the PR. |
carsonbot commentedOct 29, 2022
Hey! I think@CesarScur has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
maxbeckers commentedNov 4, 2022
To reproduce i added a zip with the fix in vendor: Output without the fix: Output with the fix: |
fabpot commentedNov 11, 2022
Thank you@maxbeckers. |
In the issue#47987 is described, that there is a problem with overriding lines with
ProgressBar::override()on a multiline console output with manual call ofProgressBar::cleanup().Testcode:
Output before the fix:
Expected output / output after the fix: