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

Improve error messages with anyhow #57

Merged
merged 12 commits into from
Feb 8, 2021
Merged

Improve error messages with anyhow #57

merged 12 commits into from
Feb 8, 2021

Conversation

mpizenberg
Copy link
Owner

Give context to all errors that may occur.

@mpizenberg mpizenberg mentioned this pull request Feb 7, 2021
12 tasks
@mpizenberg
Copy link
Owner Author

All error messages have been reviewed to utilize anyhow to provide better context for all potential errors. There should be no more .unwrap() or .expect() able to trigger a panic in the code.

@mpizenberg mpizenberg merged commit e0dbd1b into master Feb 8, 2021
@mpizenberg mpizenberg deleted the anyhow branch February 8, 2021 09:18
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 this pull request may close these issues.

1 participant