-
-
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
Invalid syntax cause a crash in Julia 1.0 #29145
Labels
bug
Indicates an unexpected problem or unintended behavior
error handling
Handling of exceptions by Julia or the user
Comments
yuyichao
changed the title
deprecated syntax cause a crash in Julia 1.0
Invalid syntax cause a crash in Julia 1.0
Sep 12, 2018
The deprecated syntax isn't an issue (it got a new meaning on 1.0 and isn't deprecated anymore).
|
Correct; that
|
JeffBezanson
added
bug
Indicates an unexpected problem or unintended behavior
error handling
Handling of exceptions by Julia or the user
labels
Sep 12, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 12, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 12, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 14, 2018
Merged
KristofferC
pushed a commit
that referenced
this issue
Sep 17, 2018
(cherry picked from commit c3660f7)
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
(cherry picked from commit c3660f7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
error handling
Handling of exceptions by Julia or the user
background
Somebody in Chinese Julia community wants to implement a STMonad in Julia, and he found this bug.
And I found that this code in julia 0.6.4 only cause a error, Julia also suggest that this code use a deprecated syntax. But in Julia 1.0 this cause a crash.
Error info
v 1.0.0
minimal reproducible example
Julia info
output
v 0.6.4
And in Juliua 0.6.4 this code just cause a MethodError, not a crash.
The text was updated successfully, but these errors were encountered: