rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
728 stars 111 forks source link

Use Error::source not Error::cause in Rust versions that have it #255

Closed palfrey closed 5 years ago

palfrey commented 5 years ago

This should fix #254...

chachi commented 5 years ago

@Yamakaky Any chance this could be merged and the version updated? (Apologies if you're not the one to ping here)

palfrey commented 5 years ago

@alexcrichton Any thoughts on this one?

alexcrichton commented 5 years ago

Sorry but I don't maintain this crate

palfrey commented 5 years ago

@brson Can you help here?

iddm commented 5 years ago

Sorry but I don't maintain this crate

But you are listed as an author of the crate. Should not "authors" mean you also maintain this crate? Otherwise, what's the sense in this?

brson commented 5 years ago

@palfrey I do not have write access to this repo.

brson commented 5 years ago

I posted to users.rlo mentioning that this crate is unmaintained: https://users.rust-lang.org/t/error-chain-is-no-longer-maintained/27561

tworec commented 5 years ago

gentelman, can somebody with write access look at this? @Yamakaky @tailhook @colin-kiegel

colin-kiegel commented 5 years ago

I don't have write access and was also barely involved. I'm sorry I cannot help you here.

Yamakaky commented 5 years ago

I no longer have the time to manage error-chain. I'm trying to contact the rust libs team to pass the leadership for this crate. I also would recommend to use failure instead.

tworec commented 5 years ago

@Yamakaky thx for your reply. does any1 else have write access to this repo?

AndyGauge commented 5 years ago

@tworec @palfrey @hcpl Thank you so much for sorting this out!

tworec commented 5 years ago

@AndyGauge do you have also the ability to push to crates.io?

palfrey commented 5 years ago

@tworec See #259