We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9775df4 commit ec8c2d4Copy full SHA for ec8c2d4
base/stubs.jl
@@ -27,7 +27,7 @@ function delete_stubs(mod)
27
if name == :delay_initialize
28
continue
29
end
30
- obj = getglobal(Base.Stubs.Randomod, name)
+ obj = getglobal(mod, name)
31
if obj isa Function
32
ms = Base.methods(obj, mod)
33
for m in ms
0 commit comments