You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
catches exceptions not only the ones raised in eval, but also the ones raised in the subsequent processes, such as graph drawing, but
only reports 'infinite loop' cases; i.e., silently discards other exceptions.
This makes it very difficult to spot bugs in the Kanon runtime. For example, an attempt to modify a visjs' graph mistakenly creates 'undefined' entry in a graph.edges, which causes an exception in the subsequent process. However, Kanon simply displays a graph before modifying the graph.
This should also be bad for exceptions in the user program.
The text was updated successfully, but these errors were encountered:
The exception handler in update.js:152
This makes it very difficult to spot bugs in the Kanon runtime. For example, an attempt to modify a visjs' graph mistakenly creates 'undefined' entry in a graph.edges, which causes an exception in the subsequent process. However, Kanon simply displays a graph before modifying the graph.
This should also be bad for exceptions in the user program.
The text was updated successfully, but these errors were encountered: