iodide-project / iodide

Literate scientific computing and communication for the web
Mozilla Public License 2.0
1.49k stars 141 forks source link

uncaught error in eval frame re: assemblyscript_demo notebook #1670

Open hamilton opened 5 years ago

hamilton commented 5 years ago

This notebook demonstrates that, when you load the provided assemblyscript plugin, Iodide hangs.

In the devtools console, I see:

TypeError: can't redefine non-configurable property "signbit"

Regardless of why the error is being thrown (something to do with the plugin, in this case) we need to make sure to catch it in the eval.

/cc @sdwfrost (it's his notebook)

hamilton commented 5 years ago

Apologies - noticing this was brought up in the list. Will be good to track the bug at any rate.