This repository was archived by the owner on Aug 16, 2021. It is now read-only.
error-chain deprecationΒ #181
Open
Description
Hey, error-chain
's maintainer here.
I have not been as active on error-chain maintenance as I should have (cf all the issues and PR). I'm also working less with Rust these times (I keep an eye on it though). Since it's not perfect anyway (rust-lang-deprecated/error-chain#190) and failure
is an improvement on error-chain
, I guess the best way to go would be to deprecate it and go full failure
. It could be done with the 1.0 failure
release.
I see a few points that should be solved before the full deprecation:
- The doc should include a part about the transition from
error-chain
. I'm thinking something like "if you do this inerror-chain
, replace it by that infailure
. - We need to be sure that every feature from
error-chain
is supported byfailure
.
Do you think of it?
Not sure who should be included in this discussion.
Metadata
Metadata
Assignees
Labels
No labels