-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
With
if isinteractive()
using Revise
end
in ~/.julia/config/startup.jl and Julia 1.11.4 I get
> julia --trace-compile=stderr -ie "exit()"
precompile(Tuple{typeof(Revise.iswritable), String})
precompile(Tuple{typeof(Base.first), Array{Any, 1}})
precompile(Tuple{typeof(Base.iszero), Float64})
precompile(Tuple{Revise.var"#118#119"})
precompile(Tuple{typeof(Revise.active_repl_backend_available)})
precompile(Tuple{typeof(FileWatching.uvfinalize), FileWatching.FileMonitor})
while without using Revise there is no precompile done in the above test case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels