-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
progressbar refreshes unnecessarily? #5697
Comments
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Jul 8, 2018
This is primarily blocked on rust-lang#5695 which unfortunately doesn't have a great fix today, so disable it for now while we try to work out a better solution. Closes rust-lang#5695 Closes rust-lang#5697
Same hear with windows cmd. I was too lazy to report, so thanks @matthiaskrgr! |
kennytm
added a commit
to kennytm/cargo
that referenced
this issue
Jul 12, 2018
Fix rust-lang#5697. There may still be some little flickering, but should be much less severe than before.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building servo I noticed that the progress bar seems to flicker (refresh?) a lot even when there is no actual change of its text/content.
Maybe we can do a string comparison and only update/write to stdout it if new status line =! old status line?
I use alacritty as terminal.
The text was updated successfully, but these errors were encountered: