-
-
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
Hit-and-miss method ambiguity detection? #6187
Comments
Can this be closed now that an error is thrown or is there a deeper issue? |
The question is whether we are consistently judging similar + and - methods as ambiguous. To close this we have to check that the + and - methods in question are either both ambiguous or both non-ambiguous. |
If this applies to ambiguity errors now, rather than warnings, how about changing the title? |
I cannot reproduce this on latest Julia 0.3 with the specified version of Images (all ambiguity warnings that do appear are symmetric between |
In Images, check out commit ddb4259fb2ac39464ed451c5f627d2cd729090ad (I'm about to fix a bunch of ambiguity warnings, but this is a commit that still has them). The list of ambiguity warnings starts with
Why is
-
judged as ambiguous, when the corresponding+
(which is also defined inlinalg/uniformscaling
) is not even mentioned?The text was updated successfully, but these errors were encountered: