eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.39k stars 66 forks source link

Make `ContextCompat` consistent and non-ambiguous with `WrapErr` #150

Closed ten3roberts closed 3 months ago

ten3roberts commented 8 months ago

See: #149

Fixes: #149

ten3roberts commented 7 months ago

@thenorili I've fixed up the commit message now and cleanup up the PR, let me know what you think :blush:

ten3roberts commented 6 months ago

Thanks, will merge the CI fix before to get this to pass

LeoniePhiline commented 3 months ago

https://github.com/eyre-rs/eyre/pull/179 should fix my comments.

SuperFluffy commented 4 weeks ago

This caught me today. I would love to see this released soon. 🙏