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

Move away from failure #94

Open
NoraCodes opened this issue Aug 8, 2020 · 1 comment · May be fixed by #101
Open

Move away from failure #94

NoraCodes opened this issue Aug 8, 2020 · 1 comment · May be fixed by #101
Labels
c-bug Bug - some feature is not working as expected k-dependencies Issues with the crate's dependencies p-low Low Priority
Milestone

Comments

@NoraCodes
Copy link
Collaborator

Failure is deprecated. We should not be using it.

@NoraCodes NoraCodes added c-bug Bug - some feature is not working as expected p-low Low Priority k-dependencies Issues with the crate's dependencies labels Aug 8, 2020
@NoraCodes NoraCodes added this to the 1.0 Release milestone Aug 8, 2020
@LoganDark
Copy link

In addition to that, failure is designed to be as incompatible as possible with the standard library, which is an absolute pain to deal with. Since standard error types are now stable, thiserror (and anyway) is a much more attractive option.

@LoganDark LoganDark linked a pull request Aug 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-bug Bug - some feature is not working as expected k-dependencies Issues with the crate's dependencies p-low Low Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants