-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the new ExceptionHandling specification #123
Comments
Status of the implementation as of 2020/04/24Scope of the past focus week (calendar week 15) and the "rescue" week (calendar week 16)Not addressed:
Was in the scope but not done yet:
|
The implementation of the new exception handling scheme is in place. All the specification references in this ticket are invalid by now because it has changed too much. There are tickets to write systematic tests with the current spec. |
The exception handling specification https://chimeratk.github.io/ApplicationCore/master/exception_handling_design.html already identifies issues where the implementation does not match the spec. It is strongly correlated with the initial value propagation (https://chimeratk.github.io/ApplicationCore/master/spec_initial_value_propagation.html) and the data validity propagation (https://chimeratk.github.io/ApplicationCore/master/spec_data_validity_propagation.html)
The tickets from exception handling can be grouped into 7 "threads". Each of them will become one or more tickets
The text was updated successfully, but these errors were encountered: