Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coordinate with the various stakeholder of the error crates #6

Open
roblabla opened this issue Oct 8, 2019 · 4 comments
Open

Coordinate with the various stakeholder of the error crates #6

roblabla opened this issue Oct 8, 2019 · 4 comments

Comments

@roblabla
Copy link
Contributor

roblabla commented Oct 8, 2019

This crate is meant to be a port of the std::error::Error trait that various error crates (such as fehler, failure and snafu, to name a few) can depend on to ensure they can properly interoperate in no_std environment. In order to achieve this dream of interoperability, we should ensure everyone is on-board with the plan. Here are the currently identified stakeholders.

No longer relevant:

@leo60228
Copy link
Contributor

I have a WIP snafu branch at https://github.com/core-error/snafu/tree/core-error.

@roblabla
Copy link
Contributor Author

roblabla commented Nov 2, 2019

Made a failure Draft PR: rust-lang-deprecated/failure#334

@jplatte
Copy link

jplatte commented Feb 14, 2020

Is progress happening still?

anyhow does have no_std support now by the way.

@roblabla
Copy link
Contributor Author

It’s still on my radar but I have been neglecting finishing this up. I still need to re-review the current public API, add the new rust versions to CI, make sure there’s no error missing and it should be good to go for 1.0.0. The last real “blocker” issue is #8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants