-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathprecompile.jl
20 lines (19 loc) · 2.05 KB
/
precompile.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is mostly generated by `scripts/generate_precompile.jl`
function _precompile_()
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),Expr,Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),Expr,Float64,Expr,Symbol,Symbol,typeof(Juno._for),Vector{Symbol},Vector{Expr},Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),String,Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),String,Float64,Expr,Expr,Expr,typeof(Juno._comprehension),Vector{Symbol},Vector{Expr},Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),String,Float64,Expr,Symbol,Symbol,typeof(Juno._for),Vector{Symbol},Vector{Expr},Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno._progress),String,Float64,Expr,Symbol,Symbol,typeof(Juno._for),Vector{Symbol},Vector{Symbol},Expr})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno.isactive)})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno.notify),String})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(Juno.plotsize)})); catch err; @debug err; end
try; @assert(Base.precompile(Tuple{typeof(selector),Vector{String}})); catch err; @debug err; end
try; isdefined(Juno, Symbol("#4#8")) && Base.precompile(Tuple{getfield(Juno, Symbol("#4#8")),Expr}); catch err; @debug err; end
try; isdefined(Juno, Symbol("#5#9")) && Base.precompile(Tuple{getfield(Juno, Symbol("#5#9")),Expr}); catch err; @debug err; end
try; isdefined(Juno, Symbol("#6#10")) && Base.precompile(Tuple{getfield(Juno, Symbol("#6#10")),Expr}); catch err; @debug err; end
try; isdefined(Juno, Symbol("#7#11")) && Base.precompile(Tuple{getfield(Juno, Symbol("#7#11")),Expr}); catch err; @debug err; end
end