-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Via e.g. -D tink_core.catch_exceptions a few try/catch barriers would be added:
- in Promise.next/new/irreversible exceptions would be propagated as errors.
- In
Callback.guardStackoverflow(which is where almost all dispatching goes through) any exceptions would be caught and reported, as well as all other places that call user code (e.g.CallbackLink.cancel). - Add some
Error.oncaught((e.Exception)->Void)where user can add errors reporters (if none are added, useconsole.erroron JS and the closest possible thing on other platforms).
grepsuzette and cedx
Metadata
Metadata
Assignees
Labels
No labels