You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#62
This PR includes:
* flake commands for helpful shortcuts
* move to cargo nextest
* worker tests
* addition of workspace macros bail and ensure for internal error handling
* moves general workflow structure to homestar-core, with generic handling, and
allows for further building blocks
Closes#62
This PR includes:
* flake commands for helpful shortcuts
* move to cargo nextest
* worker tests
* addition of workspace macros bail and ensure for internal error
handling
* moves general workflow structure to homestar-core, with generic
handling, and allows for further building blocks
Summary
Runtime should rely on anyhow, but the library packages (e.g. core, wasm), should leverage only thiserror, with specific error information and names.
Checklist
The text was updated successfully, but these errors were encountered: