Work around JuliaLang/julia#34121 - #160
Conversation
|
BTW, I do not yet fully understand how this workaround works. |
|
Since we don't understand the bug, there's a sense in which I don't understand either. But here's the approximate explanation: when a package is not marked Just defining methods does not require that they be specialized for specific types. This is what the |
This issue is first identified in JuliaImages/juliaimages.github.io#98 (the travis log is missing now) and the cause for that is the upgrade of FileIO v1.2.0 from v1.1.0, which only introduces a precompile operation. In simple words according to my understanding: "since precompilation breaks in Julia v1.0.x, then we don't precompile it." |
|
@johnnychen94, I think your comment is correct. However, if so, we have to stop using all Please remember the problem with Images.jl. Images.jl depends not only on FileIO.jl but also on Colors.jl, ColorTypes.jl and FixedPointNumbers.jl. |
Ref JuliaLang/julia#34121
We have to create
release-0.7branch to release v0.7.1.