-
Notifications
You must be signed in to change notification settings - Fork 193
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
Method ambiguities on 0.7 #346
Comments
I'm confused... what's changed in base? The method signature it's claiming is ambiguous seems strictly more specific than the candidates. |
It's because of the |
May be fixed by JuliaLang/julia#25989 in 1.0 once the deprecation is removed? I would say that we could consider similarly making |
No, it's not possible as keyword arguments don't participate in dispatch. AFAICT we just need to add a more specific definition to fix the ambiguity, right? |
@rofinn Could JuliaLang/julia#25832 have caused this? |
Ahh, right, I didn't notice the |
I have seen quite a bit of legacy code in StatsBase.jl. Would a Julia 0.7-rc only version re-write be desirable?
which is no longer the case since a few releases back. |
If you can identify places where the code could be made significantly simpler on 0.7, I guess we can use |
Seen on Travis:
That's one of a few things that are failing, all related.
The text was updated successfully, but these errors were encountered: