Arnavion / derive-error-chain

A Macros 1.1 implementation of https://crates.io/crates/error-chain
19 stars 1 forks source link

Update for error-chain v0.12.0 #22

Open Arnavion opened 6 years ago

Arnavion commented 6 years ago

https://github.com/rust-lang-nursery/error-chain/commit/baee12b9faa0b87e61bfd1057c0e6c1828588e7e https://github.com/rust-lang-nursery/error-chain/commit/fb9ea0e30a147e0b4d5705c8401e622ec8625b72 https://github.com/rust-lang-nursery/error-chain/commit/92a54ba9d5b7357b89e611db87819978364ad2a1 https://github.com/rust-lang-nursery/error-chain/commit/1d7157cb4808bb0ab9d87cb4b6007d8ec4f5b5d7

reuvenpo commented 5 years ago

I hate to be the necromancer, but... Will this ever be implemented?

Arnavion commented 5 years ago

Not by me.

So I don't really care to continue working on this any more. If someone makes a PR I'll be happy to merge it.

reuvenpo commented 5 years ago

I see. Thanks for your reply!

This will probably be off topic, but given the flux in the error-handling ecosystem right now, which crate would you recommend using, if any? I understand that failure mostly exists to experiment, and might not exist in the future too. I used to think that error-chain was the way to go, but now there isn't any one crate that looks like a clear default.

Arnavion commented 5 years ago

failure is fine for now.