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

Fix ambiguity warning #146

Merged
merged 1 commit into from
May 26, 2015
Merged

Fix ambiguity warning #146

merged 1 commit into from
May 26, 2015

Conversation

yuyichao
Copy link
Collaborator

I believe @timholy's PR JuliaLang/julia#11194 makes julia (correctly) warns on the methods ambiguity. Switching the order of the definition solves the problem. I know there's discussions about defering the warning but IMHO it is good to put them in the least-ambigious order anyway...

@coveralls
Copy link

Coverage Status

Coverage remained the same at 54.28% when pulling 8b365cb on yuyichao:0.4-dev into 0823f7c on stevengj:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 54.28% when pulling 8b365cb on yuyichao:0.4-dev into 0823f7c on stevengj:master.

@yuyichao
Copy link
Collaborator Author

@stevengj Ping.

Just to clarify, this fixes a correct warning after a julia bug was fixed whereas the discovery inspired by this warning (JuliaLang/julia#11407) is another julia bug.

stevengj added a commit that referenced this pull request May 26, 2015
@stevengj stevengj merged commit dad281c into JuliaPy:master May 26, 2015
@yuyichao yuyichao deleted the 0.4-dev branch May 26, 2015 15:53
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

Successfully merging this pull request may close these issues.

3 participants