-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(swingset): update docs on liveslots' dispatch() function
Chip's work on #2910 discovered that the supervisor was not told about failures during liveslot's dispatch(). This could conceal some bugs in liveslots, as well as hiding userspace-caused failures during `buildRootObject()`. The contract between `dispatch()` and the calling supervisor code has changed through various bouts of refactoring, and it was ambiguous as to whether `dispatch()` was supposed to protect against userspace errors or not. This commit clears up the documentation to make this more explicit.
- Loading branch information
Showing
1 changed file
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters