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

Change errors to error-chain or failure #20

Open
brandur opened this issue Feb 28, 2018 · 2 comments
Open

Change errors to error-chain or failure #20

brandur opened this issue Feb 28, 2018 · 2 comments

Comments

@brandur
Copy link
Owner

brandur commented Feb 28, 2018

Move the error system over to error-chain as it's starting to become a de facto standard in Rust and provides better introspection and some nice ergonomic improvements for projects using it.

@gsquire
Copy link

gsquire commented Mar 1, 2018

Another good candidate could be failure just FYI.

@brandur
Copy link
Owner Author

brandur commented Mar 4, 2018

Another good candidate could be failure just FYI.

@gsquire Yep, good point. I don't have a strong preference, but if at all possible would like it'll be longest-lived and best-maintained. That might be either of them, but just given that it's a relatively new project, I might give failure a little more time to make sure that it makes it through its phase of adolescence.

@brandur brandur changed the title Change errors to error chain Change errors to error chain and/or failure Mar 4, 2018
@brandur brandur changed the title Change errors to error chain and/or failure Change errors to error-chain or failure Mar 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants