-
Notifications
You must be signed in to change notification settings - Fork 409
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
indicatif bug causes lack of output on msys and potentially other shells #284
Comments
i would prefer a solution that gracefully degrades for consoles we know we can't support. @alexcrichton says that cargo does this in many areas so we can use that as an example. i would prefer that solution to simply removing the progressbar entirely. |
Digging more into console-rs/indicatif#60 only using |
this should be remedied by by the update to the console crate which will be handled by #319 |
Ah unfortunately the issue isn't 100% fixed from wasm-pack's perspective I think. There's still two issues I believe:
|
I've opened console-rs/indicatif#62 for the indicatif/console bug |
Development seems to be very slow on Indicatif, or it's abandoned. I think you might want to consider an alternative. |
@c-edw I would love to get help maintaining it. It's very actively used i just don't have too many issues with it that I update it regularly. |
That is a different issue. I fixed msys support a while back so it prints now. |
@mitsuhiko you're right. And wasm-pack uses version 0.9 (released in January). So I guess this issue could probably be closed? Edit: Ah, just saw that comment by @alexcrichton:
The multi-line output is one of them. I also experience it during "cargo test" calls in |
we are now tracking this via #298 |
Until console-rs/indicatif#60 is fixed, we should probably stop using indicatif in wasm-pack, because it completely breaks the experience for a large swath of windows users.
The text was updated successfully, but these errors were encountered: