-
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
Reintroduce the compile progress bar as an unstable feature (-Z compile-progress) #5716
Conversation
Fix rust-lang#5697. There may still be some little flickering, but should be much less severe than before.
@bors: r+ Sounds great to me! |
📌 Commit 9612be6 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Is there an option to only show the progress bar? This would be really useful for tools which call cargo in a way similar to wasm-pack. |
Since the progress bar already expects nightly, I suggest an alternative:
(I assume the tool doesn't just run |
I already use |
This allows us to test the feature on-demand to see if there's any other bugs besides #5695.
Also, fixed the flickering #5697 (this was caused by build script emitting Stdout/Stderr events).