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

Precompilation

Open Keno opened this issue 10 years ago • 3 comments

Would require saving and restoring Clang ASTs.

Keno avatar Oct 20 '15 13:10 Keno

@JeffBezanson @vtjnash any idea what could be going wrong here:

julia> using Cxx
INFO: Recompiling stale cache file /Users/kfischer/.julia/lib/v0.5/Cxx.ji for module Cxx.
Assertion failed: (mode != MODE_MODULE_POSTWORK), function jl_deserialize_datatype, file /Users/kfischer/julia-target/src/dump.c, line 1117.

Keno avatar Nov 26 '15 16:11 Keno

i think this is probably https://github.com/JuliaLang/julia/issues/12096

vtjnash avatar Nov 26 '15 18:11 vtjnash

Seems this has been fixed now that the package can precompile?

ararslan avatar Sep 28 '17 22:09 ararslan