Skip to content

Commit

Permalink
Pkg is dead, long live LazyArtifacts, the king of dependency depth
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Nov 24, 2020
1 parent bb81527 commit 82b7ae2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ let
:CompilerSupportLibraries_jll,
:DelimitedFiles,
:GMP_jll,
:LibCURL_jll,
:LibOSXUnwind_jll,
:LibUV_jll,
:LibUnwind_jll,
Expand All @@ -64,7 +63,6 @@ let
:Distributed,
:Future,
:InteractiveUtils,
:LibCURL,
:LibGit2,
:LibSSH2_jll,
:MPFR_jll,
Expand All @@ -74,7 +72,7 @@ let
:UUIDs,

# 3-depth packages
:Downloads,
:LibCURL_jll,
:LibGit2_jll,
:REPL,
:SharedArrays,
Expand All @@ -85,9 +83,15 @@ let
:Test,

# 4-depth packages
:Pkg,
:LibCURL,

# 5-depth packages
:Downloads,

# 6-depth packages
:Pkg,

# 7-depth packages
:LazyArtifacts,
]
maxlen = reduce(max, textwidth.(string.(stdlibs)); init=0)
Expand Down

0 comments on commit 82b7ae2

Please sign in to comment.