Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Excise Random from the system image
Browse files Browse the repository at this point in the history
vchuravy committed Oct 11, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 446a6f7 commit 7e227cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions base/Base.jl
Original file line number Diff line number Diff line change
@@ -470,9 +470,6 @@ include("util.jl")
include("client.jl")
include("asyncmap.jl")

# excised stdlib stubs
include("stubs.jl")

# deprecated functions
include("deprecated.jl")
#
@@ -482,6 +479,10 @@ include("docs/basedocs.jl")
# Documentation -- should always be included last in sysimg.
include("docs/Docs.jl")
using .Docs

# excised stdlib stubs, needs to be after docs
include("stubs.jl")

if isdefined(Core, :Compiler) && is_primary_base_module
Docs.loaddocs(Core.Compiler.CoreDocs.DOCS)
end

0 comments on commit 7e227cb

Please sign in to comment.