Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Update precompiles #19

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,912 changes: 956 additions & 956 deletions deps/SnoopCompile/precompile/apple/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,912 changes: 956 additions & 956 deletions deps/SnoopCompile/precompile/linux/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,912 changes: 956 additions & 956 deletions deps/SnoopCompile/precompile/windows/1.3/precompile_Plots.jl

Large diffs are not rendered by default.

557 changes: 4 additions & 553 deletions deps/SnoopCompile/precompile/windows/1.4/precompile_Plots.jl

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions src/precompile_includer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ else
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_()
Expand All @@ -39,9 +36,6 @@ else
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_()
Expand All @@ -57,9 +51,6 @@ else
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_()
Expand All @@ -75,9 +66,6 @@ else
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_()
Expand Down