ASTInterpreter.jl
ASTInterpreter.jl copied to clipboard
Failure to Precompile
I am getting the following error:
julia> using ASTInterpreter
INFO: Precompiling module ASTInterpreter.
ERROR: LoadError: UndefVarError: LambdaInfo not defined
in include_from_node1(::String) at .\loading.jl:532
in include(::String) at .\sysimg.jl:14
in macro expansion; at .\none:2 [inlined]
in anonymous at .\<missing>:?
in eval(::Module, ::Any) at .\boot.jl:238
in process_options(::Base.JLOptions) at .\client.jl:245
in _start() at .\client.jl:332
while loading C:\Users\Chris\.julia\v0.6\ASTInterpreter\src\ASTInterpreter.jl, in expression starting on line 58
ERROR: Failed to precompile ASTInterpreter to C:\Users\Chris\.julia\lib\v0.6\ASTInterpreter.ji.
in compilecache(::String) at .\loading.jl:672
in require(::Symbol) at .\loading.jl:453
Probably https://github.com/JuliaLang/julia/pull/18413?
is it possible to use Gallium on julia 0.6 without this issue resolved?