JuliaAlgebra / MultivariatePolynomials.jl

Multivariate polynomials interface
https://juliaalgebra.github.io/MultivariatePolynomials.jl/stable/
Other
135 stars 27 forks source link

remove piracy from promote_rule #248

Closed vtjnash closed 1 year ago

vtjnash commented 1 year ago

The interface for promote_rule specifies that the first argument must be a type you defined. This was not following that rule, resulting in an ambiguity here and a large number of method invalidations reported by SnoopCompile

blegat commented 1 year ago

Thanks for spotting this!