Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 3a3284d

Browse files
authored
Revert "Add support for external method tables (JuliaLang/julia#39697)" (JuliaLang/julia#40862)
This reverts commit 7d0e5a7.
1 parent 7d0e5a7 commit 3a3284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ function detect_ambiguities(mods::Module...;
15941594
for m in Base.MethodList(mt)
15951595
is_in_mods(m.module, recursive, mods) || continue
15961596
ambig = Int32[0]
1597-
ms = Base._methods_by_ftype(m.sig, nothing, -1, typemax(UInt), true, UInt[typemin(UInt)], UInt[typemax(UInt)], ambig)
1597+
ms = Base._methods_by_ftype(m.sig, -1, typemax(UInt), true, UInt[typemin(UInt)], UInt[typemax(UInt)], ambig)
15981598
ambig[1] == 0 && continue
15991599
isa(ms, Bool) && continue
16001600
for match2 in ms

0 commit comments

Comments
 (0)