-
-
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
0.6.3 doesn't like Tuple{Int} anymore for overloads #27361
Comments
Same error for 0.7.0-alpha.0 |
@SimonDanisch: Despite the fact that behavior changed, does it actually make sense what you defined. What is Tuple{3}?
Or am I on a completely wrong track here? |
Well, it's just a minimal working example ;) The original bug is more of that nature (using StaticArrays). |
Original issue: JuliaGL/GLAbstraction.jl#91 |
I see |
Sure, this can't be the (new) expected behaviour? |
I did a bisect from v0.6.2 -- v0.6.3. Commit 7a836d1 introduced the behavior. |
Thanks for the bisect, very helpful! |
Can we get 0.6.4 or have the binaries of 0.6.2 on the julia page to download again? This problem crops up in more places, and some people installed 0.6.3 without being able to go back to 0.6.2.... |
The 0.6.2 binaries are still available, they just aren't linked on the page. You can copy the 0.6.3 links and replace 3 with 2 and it should work fine. I might do a 0.6.4 depending on the timeline for 0.7. |
I'd be very much in favor of a quick 0.6.4, too. Otherwise, we may have to implement workarounds in packages. I know 0.7 is close (and I look forward to it very much), but, the ecosystem is, IMHO, far from ready for 0.7 - so it'll be a few months before it can be used productively. Besides, this issue is kinda serious, and it would be a shame to have it in the last 0.6 version. :-) |
I have to agree with @oschulz here. We have seen it regularly during the transition from 0.1 to 0.6 that package ecosystem got unstable when a new Julia release is close. For those doing serious work with Julia this is not satisfying. In this particular case there are two quick possibilities:
But letting a broken 0.6.3 be the latest "stable" release is the worst option. |
Julia 0.6.2
Julia 0.6.3
The text was updated successfully, but these errors were encountered: