eclipse-score / eclipse-score/kyron
[Kyron] Provide a hook for non-recoverable error
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 12
- Avg merge
- 21h 55m
- Merged PRs (30d)
- 4
Description
At present, all fatal errors are handled with `non-recoverable!` macro that calls internally a `panic!` macro.
Kyron should allow the exchange default implementation for it to allow the user to handle the fatal error based on his safety use case.
DoD
- The mechanism for exchanging `non-recoverable!` implementation is provided
- Code is scanned for leftover panic! usages and replaced with ``non-recoverable!`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.