Properly Handle Nested Dispatches #19
Merged
kske
merged 3 commits from b/nested-dispatch
into develop
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'b/nested-dispatch'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Instead of setting a boolean when a dispatch happens, an integer is incremented when the dispatch begins and decremented when it ends, thus keepnig track of nested calls to the
dispatch
method.In addition, a minor bug has been fixed that caused errors (for example thrown by a JUnit assertion) to be handled using an exception event instead of being transparently propagated to the caller as intended.
Fixes #18
b915a5c490
into develop 1 year agoReviewers
b915a5c490
.