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

Migrate from snafu to thiserror #536

Closed
2 tasks
webmaster128 opened this issue Sep 21, 2020 · 0 comments · Fixed by #537
Closed
2 tasks

Migrate from snafu to thiserror #536

webmaster128 opened this issue Sep 21, 2020 · 0 comments · Fixed by #537
Milestone

Comments

@webmaster128
Copy link
Member

  • cosmwasm-std
  • cosmwasm-vm

thiserror is more lightweight and we don't need most of the Snafu magic. As a consequence, backtraces become only available using Rust nightly (cargo +nightly test --lib --features backtraces) but we don't need them often.

Currently blocked by dtolnay/thiserror#99 if we want to avoid renaming the field.

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

Successfully merging a pull request may close this issue.

1 participant