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
You'd like to say, $intp.setCompilationWrapper("reflect.runtime.universe.reify").
A :show or :print command to turn that on and off would work. :show off.
REPL needs a compilation wrapper to complement the execution wrapper, which wraps the wrong text. After writing a macro that forwards to reify, I realized it was capturing the wrong thing:
You'd like to say,
$intp.setCompilationWrapper("reflect.runtime.universe.reify")
.A
:show
or:print
command to turn that on and off would work.:show off
.REPL needs a compilation wrapper to complement the execution wrapper, which wraps the wrong text. After writing a macro that forwards to reify, I realized it was capturing the wrong thing:
The text was updated successfully, but these errors were encountered: