Skip to content

Commit

Permalink
refactor the code loading of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored and KristofferC committed Sep 9, 2022
1 parent e36e56b commit d09bea7
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 594 deletions.
9 changes: 5 additions & 4 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,16 +398,17 @@ include("initdefs.jl")
# worker threads
include("threadcall.jl")

# code loading
include("uuid.jl")
include("pkgid.jl")
include("toml_parser.jl")
include("loading.jl")

# misc useful functions & macros
include("timing.jl")
include("util.jl")

# code loading
include("pkgid.jl")
include("toml_parser.jl")
include("loading.jl")

include("asyncmap.jl")

# deprecated functions
Expand Down
Loading

0 comments on commit d09bea7

Please sign in to comment.