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
# Description
Remove many TODOs, add comments on *pub* (*pub* crate), and work through
logs.
- Includes a few other minor fixins and additions.
## Type of change
- [X] Refactor (non-breaking change that updates existing functionality)
Closes#262.
---------
Signed-off-by: Zeeshan Lakhani <[email protected]>
Co-authored-by: Brian Ginsburg <[email protected]>
# Description
Remove many TODOs, add comments on *pub* (*pub* crate), and work through
logs.
- Includes a few other minor fixins and additions.
## Type of change
- [X] Refactor (non-breaking change that updates existing functionality)
Closes#262.
---------
Signed-off-by: Zeeshan Lakhani <[email protected]>
Co-authored-by: Brian Ginsburg <[email protected]>
Summary
We need to do an entire error and doc audit of the codebase, particularly the
homestar-runtime
.This includes:
anyhow
, and does, we should designate specific error types to bubble up things throughout the runtime and capture fields we care about.- [ ] Use-> moved to Errors: Better formatting for anyhow/ contexts and thiserror backtraces #455anyhow::context
more judiciously for error handling contextual information.- [ ] Handle backtraces in logs and other formatting concerns for logfmt.-> moved to Errors: Better formatting for anyhow/ contexts and thiserror backtraces #455)expect
phrases.The text was updated successfully, but these errors were encountered: