You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Recompiling stale cache file /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji for module FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji
INFO: Precompiling module FixedPointNumbers...
INFO: Recompiling stale cache file /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji for module FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
LoadError: __precompile__(true) but require failed to create a precompiled cache file
while loading In[9], in expression starting on line 2
in require at ./loading.jl:252
in stale_cachefile at loading.jl:439
in recompile_stale at loading.jl:457
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:219
in stale_cachefile at loading.jl:439
in recompile_stale at loading.jl:457
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:219
Doing a using Compat succeeds. Pkg.status is as follows:
It's not obvious this needs fixing here: both FixedPointNumbers and its lone dependency, Compat, have precompile declarations. Related to JuliaLang/julia#13200?
I am seeing this in JuliaBox.
julia-0.4-rc2
Doing a
using FixedPointNumber
throws:Doing a
using Compat
succeeds.Pkg.status
is as follows:The text was updated successfully, but these errors were encountered: