goretkin / FixArgs.jl

Other
19 stars 3 forks source link

Broadcast Functions not working #32

Open goretkin opened 2 years ago

goretkin commented 2 years ago
julia> @xquote 3 .* 3
ERROR: UndefVarError: .* not defined
Stacktrace:
 [1] top-level scope
   @ REPL[22]:1

See https://github.com/JuliaLang/julia/issues/45889