RemoteREPL.jl icon indicating copy to clipboard operation
RemoteREPL.jl copied to clipboard

remote function definitions

Open fredcallaway opened this issue 1 year ago • 0 comments

@remote f() = nothing

This gives me "UndefVarError: #f not defined"

This works fine

f() = nothing
@remote f() = nothing

so it seems like there should be an easy(ish?) fix here but I wasn't able to figure it out.

fredcallaway avatar Apr 03 '24 02:04 fredcallaway