-
Notifications
You must be signed in to change notification settings - Fork 58
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
Huge number of overwrite warnings on Julia 0.4 #26
Comments
I don't think anyone is going to put work into this when a new release that fixes this is not far away. |
A version check here https://github.com/JuliaLang/Combinatorics.jl/blob/44d815f1e2800d308407af70ea2195bfe135be81/src/Combinatorics.jl#L12 would probably make sense. You can use the workflow in Compat.jl to find the appropriate version number. |
Oh, I didn't even notice these were not ambiguity but method overwrites. Yeah, then this should not be hard to fix like @mbauman says. |
Oh yeah, they are overwrite warnings. My bad for using the wrong terminology. That fix seems easy enough to implement. |
Just loading the Combinatorics package on 0.4 throws a huge number of warnings, which leads to pretty poor user experience:
I know that this was fixed in Base by JuliaLang/julia#16125, but 0.4 is still the official release.
The text was updated successfully, but these errors were encountered: