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
MP.promote_rule(::Type{Term{C,M1} where {C}}, ::Type{Term{T,M2}}) where {T,M1,M2} = (Term{C,promote_type(M1, M2)} where {C})
so it throws this warning during precompilation
WARNING: Method definition promote_rule(Type{TypedPolynomials.Term{C, M1} where C}, Type{TypedPolynomials.Term{T, M2}}) where {T, M1, M2} in module TypedPolynomials at /home2/vavrines/.julia/packages/TypedPolynomials/oORum/src/promotion.jl:58 overwritten at /home2/vavrines/.julia/packages/TypedPolynomials/oORum/src/promotion.jl:56.
** incremental compilation may be fatally broken for this module **
The text was updated successfully, but these errors were encountered:
It seems that line 58 in promotion.jl
TypedPolynomials.jl/src/promotion.jl
Line 58 in a4e39ee
is a duplicate of 56
TypedPolynomials.jl/src/promotion.jl
Line 56 in a4e39ee
so it throws this warning during precompilation
The text was updated successfully, but these errors were encountered: