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
Create method of `generated_callfunc` in the user's module so that any
global symbols within the body will be looked up in the user's module
scope.
This is straightforward but clunky. A neater solution should be to
explicitly expand in the user's module and return a CodeInfo from
`generated_callfunc`, but it seems we'd need `jl_expand_and_resolve`
which doesn't exist until Julia 1.3 or so. See:
* JuliaLang/julia#32902
* https://github.com/NHDaly/StagedFunctions.jl/blob/master/src/StagedFunctions.jl#L30
0 commit comments