Skip to content

Commit

Permalink
Update base/loading.jl
Browse files Browse the repository at this point in the history
Co-authored-by: c42f <chris42f@gmail.com>
  • Loading branch information
KristofferC and c42f authored Apr 27, 2023
1 parent 3b572e8 commit 598b765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ require(uuidkey::PkgId) = @lock require_lock _require_prelocked(uuidkey)

const REPL_PKGID = PkgId(UUID("3fa0cd96-eef1-5676-8a61-b3b8758bbffb"), "REPL")

_require_world_age = Ref{UInt}(typemax(UInt))
const _require_world_age = Ref{UInt}(typemax(UInt))

function _require_prelocked(uuidkey::PkgId, env=nothing)
if _require_world_age[] != typemax(UInt)
Expand Down

0 comments on commit 598b765

Please sign in to comment.