Skip to content

Commit d09bea7

Browse files
KristofferCKristofferC
authored andcommitted
refactor the code loading of packages
1 parent e36e56b commit d09bea7

File tree

6 files changed

+594
-594
lines changed

6 files changed

+594
-594
lines changed

base/Base.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,16 +398,17 @@ include("initdefs.jl")
398398
# worker threads
399399
include("threadcall.jl")
400400

401-
# code loading
402401
include("uuid.jl")
403-
include("pkgid.jl")
404-
include("toml_parser.jl")
405-
include("loading.jl")
406402

407403
# misc useful functions & macros
408404
include("timing.jl")
409405
include("util.jl")
410406

407+
# code loading
408+
include("pkgid.jl")
409+
include("toml_parser.jl")
410+
include("loading.jl")
411+
411412
include("asyncmap.jl")
412413

413414
# deprecated functions

0 commit comments

Comments
 (0)