Skip to content

Commit

Permalink
Restrict precompilation to Julia 1.4.2 and higher (#274)
Browse files Browse the repository at this point in the history
I've seen one test failure on Julia 1.1, and it's better to be safe than sorry and not take the risk.
  • Loading branch information
timholy committed Sep 1, 2020
1 parent 751819f commit 11cc75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileIO.jl
Expand Up @@ -62,7 +62,7 @@ include("registry.jl")
"""
FileIO

if VERSION >= v"1.1.0"
if VERSION >= v"1.4.2" # https://github.com/JuliaLang/julia/pull/35378
include("precompile.jl")
_precompile_()
end
Expand Down

0 comments on commit 11cc75d

Please sign in to comment.