MacroTools.jl
MacroTools.jl copied to clipboard
@q doesn't work with macros
julia> @q @time(1+1)
:(#= REPL[5]:1 =# @time 1 + 1)
It could be fixed by postwalking and changing all the :macrocalls to have nothing for the line number, I believe?
Yeah, or perhaps by fixing the rmlines functions to do the same.
Obsolete, as @q was dropped. Close?