Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ambiguity warning #70

Closed
Keno opened this issue Oct 25, 2014 · 2 comments
Closed

New ambiguity warning #70

Keno opened this issue Oct 25, 2014 · 2 comments

Comments

@Keno
Copy link

Keno commented Oct 25, 2014

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.

@timholy
Copy link
Contributor

timholy commented Oct 26, 2014

This is also the line at issue in JuliaLang/julia#8818.

@timholy
Copy link
Contributor

timholy commented Nov 7, 2014

Fixed by e880cbf

@timholy timholy closed this as completed Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants