Skip to content

Commit 00f7b3f

Browse files
rm isprecompiled check
1 parent 1f6c479 commit 00f7b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ function run_extension_callbacks(pkgid::PkgId)
14381438
extids = pop!(EXT_DORMITORY, pkgid, nothing)
14391439
extids === nothing && return
14401440
for extid in extids
1441-
if in(extid.id, precompilation_stack) && !isprecompiled(extid.id)
1441+
if in(extid.id, precompilation_stack)
14421442
@debug """
14431443
Dependency cycle detected in extension precompilation: $(precompilation_stack_list()) > $(extid.id.name)
14441444
$(extid.id.name) will not be loaded here.

0 commit comments

Comments
 (0)