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

feat: implement Error trait for all error types #38

Merged
merged 4 commits into from
Nov 20, 2023

Conversation

aminya
Copy link
Collaborator

@aminya aminya commented Nov 19, 2023

This implements thiserror::Error for all error types of the package. This has many benefits such as the possibility to use ?, standard conversion to/from other error types, and simplification of error handling.

Signed-off-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
Signed-off-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
Signed-off-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
Signed-off-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
auto-merge was automatically disabled November 20, 2023 00:26

Head branch was pushed to by a user without write access

@aminya
Copy link
Collaborator Author

aminya commented Nov 20, 2023

Signed the commits so that auto-merge works.

@genedna genedna added this pull request to the merge queue Nov 20, 2023
Merged via the queue into dagrs-dev:main with commit ca3db0e Nov 20, 2023
4 checks passed
@aminya aminya deleted the error branch November 28, 2023 06:07
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.

2 participants