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(environments): improve error handling using result module #526

Merged
merged 3 commits into from
Dec 20, 2022

Conversation

simbuerg
Copy link
Member

This adds rust-style Result data types to improve error handling.

This adds rust-style Result data types to improve error handling.
@simbuerg
Copy link
Member Author

First version improves on error handling by logging any existing errors.
In a second step, error handling will be improved functionally. Right now benchbuild swallows many unusual errors during it's normal cli run.

@vulder vulder requested review from vulder and boehmseb December 14, 2022 08:32
@vulder
Copy link
Collaborator

vulder commented Dec 14, 2022

Does this already resolve #519?

@boehmseb
Copy link
Collaborator

Does this already resolve #519?

Since the issue only requests an appropriate error message for that case I would say so.

@simbuerg simbuerg merged commit 5c8115a into master Dec 20, 2022
@simbuerg simbuerg deleted the simbuerg/fix-no-warning-on-empty-container-decl branch December 20, 2022 09: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.

3 participants