-
-
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
LoadError: syntax: malformed expression #39705
Labels
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
Comments
Reduced to: julia> Meta.lower(Main, :($(Expr(:||)) && true))
:($(Expr(:error, "malformed expression"))) Likely introduced by me in #39618. The |
simeonschaub
added
the
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
label
Feb 17, 2021
simeonschaub
added a commit
that referenced
this issue
Feb 17, 2021
simeonschaub
added a commit
that referenced
this issue
Feb 17, 2021
ElOceanografo
pushed a commit
to ElOceanografo/julia
that referenced
this issue
May 4, 2021
antoine-levitt
pushed a commit
to antoine-levitt/julia
that referenced
this issue
May 9, 2021
KristofferC
pushed a commit
that referenced
this issue
Jul 12, 2021
This was referenced Aug 25, 2021
KristofferC
pushed a commit
that referenced
this issue
Aug 31, 2021
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
Running on latest nightly, I get this cryptic error:
Project attached, which should reproduce the problem: malformed-syntax.zip
This appeared a few days ago, e.g. I see the error on
but not on
The text was updated successfully, but these errors were encountered: