-
-
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
wrong evaluation order for splatted args in ref
expression
#43960
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
Comments
simeonschaub
added
bug
Indicates an unexpected problem or unintended behavior
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
labels
Jan 28, 2022
JeffBezanson
added a commit
that referenced
this issue
Feb 2, 2022
JeffBezanson
added a commit
that referenced
this issue
Feb 3, 2022
JeffBezanson
added a commit
that referenced
this issue
Feb 4, 2022
simeonschaub
pushed a commit
that referenced
this issue
Feb 7, 2022
KristofferC
pushed a commit
that referenced
this issue
Feb 15, 2022
KristofferC
pushed a commit
that referenced
this issue
Feb 19, 2022
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Feb 22, 2022
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Mar 8, 2022
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
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
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
This was pointed out on slack:
I don't see any reason why
g(y)
should be evaluated beforef(x)
, so this can probably be considered a bug in lowering.The text was updated successfully, but these errors were encountered: