You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ambiguity #1
kwcall(::Any, ::typeof(AbstractAlgebra.divexact), a::T, b::AbstractAlgebra.FracElem{T}) where T<:RingElem @ AbstractAlgebra ~/.julia/packages/AbstractAlgebra/dsta0/src/Fraction.jl:605
kwcall(::Any, ::typeof(AbstractAlgebra.divexact), a::Nemo.ZZRingElem, b::AbstractAlgebra.FracElem) @ Nemo ~/Projekte/OSCAR/Nemo.jl/src/flint/adhoc.jl:496
Possible fix, define
kwcall(::Any, ::typeof(AbstractAlgebra.divexact), ::T, ::AbstractAlgebra.FracElem{T}) where T<:Nemo.ZZRingElem
I already asked it to exclude divexact, but that doesn't work here because it is a kwcall.
How can I get it to exclude this kind of method?
Actually to me ideally excluding divexact already would have excluded those, but I can live with having to specify yet another exclusion, I just don't know how to do it for those above
The text was updated successfully, but these errors were encountered:
I just did
but this still reported e.g. this:
I already asked it to exclude
divexact
, but that doesn't work here because it is akwcall
.How can I get it to exclude this kind of method?
Actually to me ideally excluding
divexact
already would have excluded those, but I can live with having to specify yet another exclusion, I just don't know how to do it for those aboveThe text was updated successfully, but these errors were encountered: