SimonDanisch / AbstractNumbers.jl

Define your own number types in Julia super easily!
Other
23 stars 5 forks source link

Ambiguity on nightly: #12

Open KristofferC opened 3 years ago

KristofferC commented 3 years ago
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?

rafaqz commented 3 years ago

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:

KristofferC commented 3 years ago

Maybe the Julia ambiguity checker became better?

rafaqz commented 3 years ago

Probably, I have no idea how Aqua.jl actually tests ambiguity :laughing: