-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Spurious method ambiguity error #20570
Labels
types and dispatch
Types, subtyping and method dispatch
Comments
Dup of #11597 (comment) |
nalimilan
added a commit
to JuliaData/CategoricalArrays.jl
that referenced
this issue
Feb 11, 2017
I suspected this was already known, but it's hard for me to tell. Feel free to close. |
nalimilan
added a commit
to JuliaData/CategoricalArrays.jl
that referenced
this issue
Feb 11, 2017
ararslan
changed the title
Spurious methord ambiguity error
Spurious method ambiguity error
Feb 11, 2017
Dup of #6383 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On current master the following code generates an ambiguity error which does not happen on 0.5. Commenting out the second
convert
method and uncommenting the third one fixes the problem. Yet adding free type parameters shouldn't make any difference.The text was updated successfully, but these errors were encountered: