-
Notifications
You must be signed in to change notification settings - Fork 40
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
Consider Migrating to Failure
crate
#290
Comments
I absolutely agree 👍 thanks for bringing this up! Instead of attempting to translate errors from one type to another we can just wrap them with |
This would also be a bit nicer for adding the correlation id to errors coming out of the |
I am fairly new to Rust and the whole ecosystem, but it seems like there is somewhat of a debate about the future of Should we just use the downcasting support that just landed in 1.33 or go forward with Failure? In the meantime, I opened #340 and will continue to improve errors as I run into them. |
@mwilliammyers Yeh the state of the world is a little different now. Sticking with |
We now use the new |
I had an opportunity to play with the
failure
crate a couple of weeks ago and was thoroughly impressed. I believe it would be a worthwhile exercise pre 1.x to migrate to it.The text was updated successfully, but these errors were encountered: