rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 44 forks source link

migrate from failure to anyhow #76

Closed syphar closed 3 weeks ago

syphar commented 1 year ago

I would love to get rid of some failure/anyhow compatibility code in docs.rs, and failure is unmaintained anyways.

syphar commented 1 year ago

btw, the test failures are odd, if feels like these are not related to my change, but I don't know rustwide well enough to be sure.

If the tests need fixing I'll dig into it.

syphar commented 9 months ago

@pietroalbini only pinging you because I heard you're still the main maintainer? I'm happy to rework this PR to use more specific error types (for example with thiserror), if that is what you prefer.

My motivation is mostly to get rid of the ugly failure-to-anyhow conversion code in docs.rs.