-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add tracing-indicatif as a related crate #2475
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.
Thanks for adding your crate, this looks very cool!
The docs build failure appears to be unrelated, it looks like a recent nightly must have managed to break our RustDocs. I'll try to figure that out so we can merge your PR.
Subsequent runs of the Netlify job succeeded (e.g., https://app.netlify.com/sites/tracing-rs/deploys/63f54149718158007f46458d), especially after clearing the build cache. I can't tell GitHub that these actions are now passing, nor can I retry them. @emersonford: can you try pushing a dummy commit your branch to convince GitHub to do its thing? (Don't worry about commit noise, we always squash on merge.) |
Quick update:
@hawkw: I can futz around with the CI, or I can bump |
We shouldn't do a global MSRV bump for a dependency of |
I published the first release of the tracing-indicatif crate that provides a tracing layer to show indicatif progress bars for active spans. @davidbarsky recommended I add this as a related crate to tracing given its potential usefulness to other Rust CLI developers.
Test Plan:
tested with
cargo doc --open
and the entries are formatted as expected.