AbstractNumbers.jl
AbstractNumbers.jl copied to clipboard
Ambiguity on nightly:
1 ambiguities found
Ambiguity #1
polygamma(a::Number, b::AbstractNumbers.AbstractNumber) in AbstractNumbers at /home/pkgeval/.julia/packages/AbstractNumbers/ONC07/src/overloads.jl:1251
polygamma(m::Integer, z::Number) in SpecialFunctions at /home/pkgeval/.julia/packages/SpecialFunctions/LC8dm/src/gamma.jl:562
Seems like a real ambiguity, or?
It does seem like a real ambiguity
But oddly it wasn't an ambiguity before now, and those methods are 3 and 4 years old. Aqua.jl also hasn't had an update since before I added it here so :shrug:
Maybe the Julia ambiguity checker became better?
Probably, I have no idea how Aqua.jl actually tests ambiguity :laughing: