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
Warning: New definition
convert(TypeConstructor,AbstractAlphaColorValue{D,T}) at /Users/kfischer/.julia/Color/src/conversions.jl:692
is ambiguous with:
convert(Type{T},T) at base.jl:36.
To fix, define
convert(Type{_<:AbstractAlphaColorValue{D,T}},_<:AbstractAlphaColorValue{D,T})
before the new definition.
@JeffBezanson I'm not sure how TypeConstructor works after the call branch merge. Could you have a look.
The text was updated successfully, but these errors were encountered:
@JeffBezanson I'm not sure how TypeConstructor works after the call branch merge. Could you have a look.
The text was updated successfully, but these errors were encountered: