Is the following good or bad for a package? I would rather not put this into my runtests.jl.
julia> Test.detect_ambiguities(Base, Core, Hecke)
ERROR: StackOverflowError:
Stacktrace:
[1] _methods_by_ftype at ./reflection.jl:858 [inlined]
[2] _methods_by_ftype(::Any, ::Int64, ::UInt64) at ./reflection.jl:855
[3] isambiguous(::Method, ::Method; ambiguous_bottom::Bool) at ./reflection.jl:1308
[4] detect_ambiguities(::Module, ::Vararg{Module,N} where N; imported::Bool, recursive::Bool, ambiguous_bottom::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1446
[5] detect_ambiguities(::Module, ::Vararg{Module,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1421
[6] top-level scope at REPL[7]:1
P.S.: Tried three packages, got three times the StackOverflowError.