Skip to content
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

Don't use eprint from logger implementations. #184

Merged
merged 1 commit into from Nov 18, 2020

Conversation

emilio
Copy link
Contributor

@emilio emilio commented Nov 13, 2020

eprint! panics on io errors, which might cause unnecessary crashes like
https://bugzilla.mozilla.org/show_bug.cgi?id=1676882.

@emilio emilio force-pushed the master branch 3 times, most recently from a8d3949 to 8378447 Compare November 13, 2020 10:49
eprint! panics on io errors, which might cause unnecessary crashes like
https://bugzilla.mozilla.org/show_bug.cgi?id=1676882.
@jplatte jplatte merged commit 13a0b4f into rust-cli:master Nov 18, 2020
@jplatte
Copy link
Contributor

jplatte commented Nov 18, 2020

Thanks!

@badboy
Copy link

badboy commented Nov 18, 2020

Thanks @jplatte.
Any chance you could do a release for that soon?

@jplatte
Copy link
Contributor

jplatte commented Nov 18, 2020

Working on it.

@jplatte
Copy link
Contributor

jplatte commented Nov 18, 2020

https://crates.io/crates/env_logger/0.8.2

https://github.com/env-logger-rs/env_logger/releases/tag/v0.8.2

@emilio
Copy link
Contributor Author

emilio commented Nov 18, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants