@@ -45,6 +45,11 @@ precompile(isequal, (String, String))
45
45
precompile(Base.check_open, (Base.TTY,))
46
46
precompile(Base.getproperty, (Base.TTY, Symbol))
47
47
precompile(write, (Base.TTY, String))
48
+ precompile(Tuple{typeof(Base.get), Base.TTY, Symbol, Bool})
49
+ precompile(Tuple{typeof(Base.hashindex), String, Int64})
50
+ precompile(Tuple{typeof(Base.write), Base.GenericIOBuffer{Array{UInt8, 1}}, String})
51
+ precompile(Tuple{typeof(Base.indexed_iterate), Tuple{Nothing, Int64}, Int64})
52
+ precompile(Tuple{typeof(Base.indexed_iterate), Tuple{Nothing, Int64}, Int64, Int64})
48
53
49
54
# used by Revise.jl
50
55
precompile(Tuple{typeof(Base.parse_cache_header), String})
@@ -57,6 +62,7 @@ precompile(Tuple{typeof(delete!), Dict{Base.PkgId,Vector{Function}}, Base.PkgId}
57
62
precompile(Tuple{typeof(push!), Vector{Function}, Function})
58
63
59
64
# miscellaneous
65
+ precompile(Tuple{typeof(Base.exit)})
60
66
precompile(Tuple{typeof(Base.require), Base.PkgId})
61
67
precompile(Tuple{typeof(Base.recursive_prefs_merge), Base.Dict{String, Any}})
62
68
precompile(Tuple{typeof(Base.recursive_prefs_merge), Base.Dict{String, Any}, Base.Dict{String, Any}, Vararg{Base.Dict{String, Any}}})
0 commit comments