-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Safety-related systems use a variety of recovery techniques, all of which should be allowed by these guidelines. Expressed another way, there shouldn't be any rules which prohibit any of the following approaches
* Be able to recover by detecting and reporting the error, e.g. via panic. This panic may be caught by a process monitor.
* Substitute an in range value for an out-of-range value (e.g., saturation semantics).
* To terminate an optional operation that would result in an error: e.g., if (divisor != 0) { dividend / divisor }
Metadata
Metadata
Assignees
Labels
No labels