We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sysimg
1 parent c43e5a1 commit 4cdd8cdCopy full SHA for 4cdd8cd
base/sysimg.jl
@@ -77,6 +77,7 @@ let
77
78
tot_time_stdlib = 0.0
79
# use a temp module to avoid leaving the type of this closure in Main
80
+ push!(empty!(LOAD_PATH), "@stdlib")
81
m = Module()
82
GC.@preserve m begin
83
print_time = @eval m (mod, t) -> (print(rpad(string(mod) * " ", $maxlen + 3, "─"));
0 commit comments