From 1cb0627544ebf6114985553a96527e96ae3438e7 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sat, 26 Feb 2022 16:10:54 +0100 Subject: [PATCH] fix precompiles --- deps/SnoopCompile/precompile/1.6/precompile_Plots.jl | 2 -- deps/SnoopCompile/precompile/1.7/precompile_Plots.jl | 2 -- deps/SnoopCompile/precompile/1.8/precompile_Plots.jl | 2 -- 3 files changed, 6 deletions(-) diff --git a/deps/SnoopCompile/precompile/1.6/precompile_Plots.jl b/deps/SnoopCompile/precompile/1.6/precompile_Plots.jl index a0f627db..58149e55 100644 --- a/deps/SnoopCompile/precompile/1.6/precompile_Plots.jl +++ b/deps/SnoopCompile/precompile/1.6/precompile_Plots.jl @@ -241,8 +241,6 @@ function _precompile_() Base.precompile(Tuple{typeof(_update_min_padding!),GridLayout}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{GRBackend},Subplot{GRBackend},Dict{Symbol, Any},Int64,Bool}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{PlotlyBackend},Subplot{PlotlyBackend},Dict{Symbol, Any},Int64,Bool}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{GRBackend},Dict{Symbol, Any}}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{PlotlyBackend},Dict{Symbol, Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{GRBackend},Vector{Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{PlotlyBackend},Vector{Any}}) Base.precompile(Tuple{typeof(axis_limits),Subplot{GRBackend},Symbol,Bool,Bool}) diff --git a/deps/SnoopCompile/precompile/1.7/precompile_Plots.jl b/deps/SnoopCompile/precompile/1.7/precompile_Plots.jl index 9005e1d0..53b2aacf 100644 --- a/deps/SnoopCompile/precompile/1.7/precompile_Plots.jl +++ b/deps/SnoopCompile/precompile/1.7/precompile_Plots.jl @@ -272,8 +272,6 @@ function _precompile_() Base.precompile(Tuple{typeof(_update_min_padding!),GridLayout}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{GRBackend},Subplot{GRBackend},Dict{Symbol, Any},Int64,Bool}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{PlotlyBackend},Subplot{PlotlyBackend},Dict{Symbol, Any},Int64,Bool}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{GRBackend},Dict{Symbol, Any}}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{PlotlyBackend},Dict{Symbol, Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{GRBackend},Vector{Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{PlotlyBackend},Vector{Any}}) Base.precompile(Tuple{typeof(annotate!),AbstractVector{<:Tuple}}) diff --git a/deps/SnoopCompile/precompile/1.8/precompile_Plots.jl b/deps/SnoopCompile/precompile/1.8/precompile_Plots.jl index 18332fd1..160195d5 100644 --- a/deps/SnoopCompile/precompile/1.8/precompile_Plots.jl +++ b/deps/SnoopCompile/precompile/1.8/precompile_Plots.jl @@ -181,8 +181,6 @@ function _precompile_() Base.precompile(Tuple{typeof(_update_min_padding!),GridLayout}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{GRBackend},Subplot{GRBackend},Dict{Symbol, Any},Int64,Bool}) Base.precompile(Tuple{typeof(_update_subplot_args),Plot{PlotlyBackend},Subplot{PlotlyBackend},Dict{Symbol, Any},Int64,Bool}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{GRBackend},Dict{Symbol, Any}}) - Base.precompile(Tuple{typeof(_update_subplot_legend),Subplot{PlotlyBackend},Dict{Symbol, Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{GRBackend},Vector{Any}}) Base.precompile(Tuple{typeof(_update_subplot_periphery),Subplot{PlotlyBackend},Vector{Any}}) Base.precompile(Tuple{typeof(annotate!),AbstractVector{<:Tuple}})