-
-
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
A TypeError crashes Julia #56248
Labels
Comments
This comment has been minimized.
This comment has been minimized.
nsajko
added
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
labels
Oct 19, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Minimal reproducer: f() = TypeVar(:x, 3)
f() |
Crashes Julia all the way back to v0.7.0, v0.6.4 doesn't crash after the |
nsajko
added a commit
to nsajko/julia
that referenced
this issue
Oct 19, 2024
olivierverdier
added a commit
to olivierverdier/JuliaCrash.jl
that referenced
this issue
Oct 20, 2024
aviatesk
added a commit
that referenced
this issue
Oct 21, 2024
aviatesk
added a commit
that referenced
this issue
Oct 21, 2024
aviatesk
added a commit
that referenced
this issue
Oct 21, 2024
KristofferC
pushed a commit
that referenced
this issue
Oct 30, 2024
KristofferC
pushed a commit
that referenced
this issue
Oct 30, 2024
KristofferC
pushed a commit
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The following code crashes Julia
See a discussion in this issue and a reproduction of the problem in this repo.
The text was updated successfully, but these errors were encountered: