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
instrument is called needlessly, after say evaluating (+ 5 9).
Possibly make it check if a new var is being defined, or possibly not use instrument, and instead do some sort of manual conforming in the handler.
Having the handler conform it might mean that an erroring subfunction returns a string, instead of stopping execution.
The text was updated successfully, but these errors were encountered:
instrument is called needlessly, after say evaluating (+ 5 9).
Possibly make it check if a new var is being defined, or possibly not use instrument, and instead do some sort of manual conforming in the handler.
Having the handler conform it might mean that an erroring subfunction returns a string, instead of stopping execution.
The text was updated successfully, but these errors were encountered: