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

Failure to Precompile

Open ChrisRackauckas opened this issue 9 years ago • 2 comments

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

ChrisRackauckas avatar Sep 22 '16 21:09 ChrisRackauckas

Probably https://github.com/JuliaLang/julia/pull/18413?

jgoldfar avatar Oct 21 '16 15:10 jgoldfar

is it possible to use Gallium on julia 0.6 without this issue resolved?

bjarthur avatar Nov 28 '16 16:11 bjarthur