-
-
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
Varargs-related subtype abort #39521
Comments
Slightly shorter: This happens as part of the CUDA.jl test suite, and didn't on 1.5, so tentatively adding to the milestone. |
FWIW, we have:
|
(cherry picked from commit 6159633)
This is amazing, I had just jumped ship from the beta (where I encountered no problems) to the RC-1 (where I crashed with this) and thought to myself "oh )(#%, how will I ever produce a MWE from this?" because it crashed without any stacktrace, somewhere in my solver. Then I find that you've already fixed it 😍 and it works on the latest nightly. |
(cherry picked from commit 6159633)
Reproduces on
release-1.6
branch(e.g., https://s3.amazonaws.com/julialangnightlies/assert_pretesting/linux/x64/1.6/julia-8ceeb68753-linux64.tar.gz) but not on master (e.g., https://s3.amazonaws.com/julialangnightlies/pretesting/linux/x64/1.7/julia-20224a6686-linux64.tar.gz). Are we missing a backport? cc @KristofferC; I'll see about bisecting this, and also onmaster
.The text was updated successfully, but these errors were encountered: