Cxx.jl
Cxx.jl copied to clipboard
Precompilation
Would require saving and restoring Clang ASTs.
@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.
i think this is probably https://github.com/JuliaLang/julia/issues/12096
Seems this has been fixed now that the package can precompile?