PolyJIT / benchbuild

Empirical-Research Toolkit
MIT License
11 stars 12 forks source link

feat(environments): improve error handling using result module #526

Closed simbuerg closed 1 year ago

simbuerg commented 1 year ago

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

simbuerg commented 1 year ago

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 commented 1 year ago

Does this already resolve #519?

boehmseb commented 1 year ago

Does this already resolve #519?

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