Skip to content

Commit

Permalink
Merge pull request #2835 from JuliaPlots/SnoopCompile_AutoPR
Browse files Browse the repository at this point in the history
[AUTO] Update precompiles
  • Loading branch information
daschw authored Jul 1, 2020
2 parents 065089a + f97a515 commit 698f9d8
Show file tree
Hide file tree
Showing 13 changed files with 13,123 additions and 0 deletions.
956 changes: 956 additions & 0 deletions deps/SnoopCompile/precompile/apple/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions deps/SnoopCompile/precompile/apple/1.4/precompile_Plots.jl

Large diffs are not rendered by default.

1,131 changes: 1,131 additions & 0 deletions deps/SnoopCompile/precompile/apple/1.5/precompile_Plots.jl

Large diffs are not rendered by default.

1,124 changes: 1,124 additions & 0 deletions deps/SnoopCompile/precompile/apple/1.6/precompile_Plots.jl

Large diffs are not rendered by default.

956 changes: 956 additions & 0 deletions deps/SnoopCompile/precompile/linux/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions deps/SnoopCompile/precompile/linux/1.4/precompile_Plots.jl

Large diffs are not rendered by default.

1,131 changes: 1,131 additions & 0 deletions deps/SnoopCompile/precompile/linux/1.5/precompile_Plots.jl

Large diffs are not rendered by default.

1,124 changes: 1,124 additions & 0 deletions deps/SnoopCompile/precompile/linux/1.6/precompile_Plots.jl

Large diffs are not rendered by default.

956 changes: 956 additions & 0 deletions deps/SnoopCompile/precompile/windows/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions deps/SnoopCompile/precompile/windows/1.4/precompile_Plots.jl

Large diffs are not rendered by default.

1,131 changes: 1,131 additions & 0 deletions deps/SnoopCompile/precompile/windows/1.5/precompile_Plots.jl

Large diffs are not rendered by default.

1,124 changes: 1,124 additions & 0 deletions deps/SnoopCompile/precompile/windows/1.6/precompile_Plots.jl

Large diffs are not rendered by default.

88 changes: 88 additions & 0 deletions src/precompile_includer.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
should_precompile = true


# Don't edit the following! Instead change the script for `snoop_bot`.
ismultios = true
ismultiversion = true
# precompile_enclosure
@static if !should_precompile
# nothing
elseif !ismultios && !ismultiversion
include("../deps/SnoopCompile/precompile/precompile_Plots.jl")
_precompile_()
else
@static if Sys.islinux()
@static if v"1.3.0-DEV" <= VERSION <= v"1.3.9"
include("../deps/SnoopCompile/precompile/linux/1.3/precompile_Plots.jl")
_precompile_()
elseif v"1.4.0-DEV" <= VERSION <= v"1.4.9"
include("../deps/SnoopCompile/precompile/linux/1.4/precompile_Plots.jl")
_precompile_()
elseif v"1.5.0-DEV" <= VERSION <= v"1.5.9"
include("../deps/SnoopCompile/precompile/linux/1.5/precompile_Plots.jl")
_precompile_()
elseif v"1.6.0-DEV" <= VERSION <= v"1.6.9"
include("../deps/SnoopCompile/precompile/linux/1.6/precompile_Plots.jl")
_precompile_()
else
include("../deps/SnoopCompile/precompile/linux/1.4/precompile_Plots.jl")
_precompile_()
end

elseif Sys.iswindows()
@static if v"1.3.0-DEV" <= VERSION <= v"1.3.9"
include("../deps/SnoopCompile/precompile/windows/1.3/precompile_Plots.jl")
_precompile_()
elseif v"1.4.0-DEV" <= VERSION <= v"1.4.9"
include("../deps/SnoopCompile/precompile/windows/1.4/precompile_Plots.jl")
_precompile_()
elseif v"1.5.0-DEV" <= VERSION <= v"1.5.9"
include("../deps/SnoopCompile/precompile/windows/1.5/precompile_Plots.jl")
_precompile_()
elseif v"1.6.0-DEV" <= VERSION <= v"1.6.9"
include("../deps/SnoopCompile/precompile/windows/1.6/precompile_Plots.jl")
_precompile_()
else
include("../deps/SnoopCompile/precompile/windows/1.4/precompile_Plots.jl")
_precompile_()
end

elseif Sys.isapple()
@static if v"1.3.0-DEV" <= VERSION <= v"1.3.9"
include("../deps/SnoopCompile/precompile/apple/1.3/precompile_Plots.jl")
_precompile_()
elseif v"1.4.0-DEV" <= VERSION <= v"1.4.9"
include("../deps/SnoopCompile/precompile/apple/1.4/precompile_Plots.jl")
_precompile_()
elseif v"1.5.0-DEV" <= VERSION <= v"1.5.9"
include("../deps/SnoopCompile/precompile/apple/1.5/precompile_Plots.jl")
_precompile_()
elseif v"1.6.0-DEV" <= VERSION <= v"1.6.9"
include("../deps/SnoopCompile/precompile/apple/1.6/precompile_Plots.jl")
_precompile_()
else
include("../deps/SnoopCompile/precompile/apple/1.4/precompile_Plots.jl")
_precompile_()
end

else
@static if v"1.3.0-DEV" <= VERSION <= v"1.3.9"
include("../deps/SnoopCompile/precompile/linux/1.3/precompile_Plots.jl")
_precompile_()
elseif v"1.4.0-DEV" <= VERSION <= v"1.4.9"
include("../deps/SnoopCompile/precompile/linux/1.4/precompile_Plots.jl")
_precompile_()
elseif v"1.5.0-DEV" <= VERSION <= v"1.5.9"
include("../deps/SnoopCompile/precompile/linux/1.5/precompile_Plots.jl")
_precompile_()
elseif v"1.6.0-DEV" <= VERSION <= v"1.6.9"
include("../deps/SnoopCompile/precompile/linux/1.6/precompile_Plots.jl")
_precompile_()
else
include("../deps/SnoopCompile/precompile/linux/1.4/precompile_Plots.jl")
_precompile_()
end

end

end # precompile_enclosure

0 comments on commit 698f9d8

Please sign in to comment.