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

Precompilation failed in Julia v0.6-rc1

Open mwsohn opened this issue 8 years ago • 3 comments

Here's the error message:

julia> using NamedArrays
INFO: Recompiling stale cache file C:\Users\ms5vs\.julia\lib\v0.6\Combinatorics.
ji for module Combinatorics.
WARNING: The call to compilecache failed to create a usable precompiled cache fi
le for module Combinatorics. Got:
WARNING: Module Iterators uuid did not match cache file.
ERROR: LoadError: Declaring __precompile__(true) is only allowed in module files
 being imported.
Stacktrace:
 [1] __precompile__(::Bool) at .\loading.jl:323
 [2] include_from_node1(::String) at .\loading.jl:552
 [3] eval(::Module, ::Any) at .\boot.jl:235
 [4] _require(::Symbol) at .\loading.jl:466
 [5] require(::Symbol) at .\loading.jl:386
 [6] _include_from_serialized(::String) at .\loading.jl:157
 [7] _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at .\loading.
jl:194
 [8] _require_search_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at .\l
oading.jl:224
 [9] _require(::Symbol) at .\loading.jl:422
 [10] require(::Symbol) at .\loading.jl:386
while loading C:\Users\ms5vs
\.julia\v0.6\Combinatorics\src\Combinatorics.jl, in
expression starting on line 1

mwsohn avatar May 16 '17 20:05 mwsohn

Looks like an issue in Combinatorics.jl. Does it happen all the time?

nalimilan avatar May 16 '17 20:05 nalimilan

Yes.

On May 16, 2017 4:53 PM, "Milan Bouchet-Valat" [email protected] wrote:

Looks like an issue in Combinatorics.jl. Does it happen all the time?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidavdav/NamedArrays.jl/issues/50#issuecomment-301912280, or mute the thread https://github.com/notifications/unsubscribe-auth/AJrQFwm8YS2j5O4x2V99-zmXpuuUUgRUks5r6gzHgaJpZM4NdD3H .

mwsohn avatar May 16 '17 23:05 mwsohn

Did you try a Pkg.update() to be sure Combinatorics in the latest version?

BTW I just submitted a PR to METADATA to include a v0.6-compatible version of NamedArrays.

davidavdav avatar May 17 '17 05:05 davidavdav