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

Use the thiserror crate for better error management #910

Closed
1 task done
Keksoj opened this issue Apr 5, 2023 · 1 comment
Closed
1 task done

Use the thiserror crate for better error management #910

Keksoj opened this issue Apr 5, 2023 · 1 comment
Assignees
Milestone

Comments

@Keksoj
Copy link
Member

Keksoj commented Apr 5, 2023

Progress has been done since #825 , but anyhow uses the heap for memory.

anyhow concatenates errors in a nice way for humains, but thiserror makes for better error handling by machines.

here is the thiserror crate

Todo:

  • choose a milestone for this issue
@Keksoj
Copy link
Member Author

Keksoj commented Sep 11, 2023

Fixed entirely by #966

@Keksoj Keksoj closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant