After recompile of master (Version 1.6.0-DEV.1262 (2020-10-17)
) this morning I can no longer get MacroTools to work. It seems to work fine in 1.5.2 but test MacroTools fails with one error.
MacroTools: Error During Test at /home/colin/.julia/packages/MacroTools/X77lQ/test/runtests.jl:4
Got exception outside of a @test
LoadError: UndefVarError: f not defined
Stacktrace:
[1] macro expansion
@ ~/.julia/packages/MacroTools/X77lQ/src/utils.jl:44 [inlined]
A related issue might concern combinedef
which is suddenly unknown, even though splitdef
is fine. I wonder if it is as simple as combinedef
missing from export
in utils
?