Skip to content
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

Lisp leakage on syntax error with < #24549

Closed
KristofferC opened this issue Nov 9, 2017 · 0 comments · Fixed by #25937
Closed

Lisp leakage on syntax error with < #24549

KristofferC opened this issue Nov 9, 2017 · 0 comments · Fixed by #25937
Assignees
Labels
error handling Handling of exceptions by Julia or the user parser Language parsing and surface syntax

Comments

@KristofferC
Copy link
Member

julia> function f(a, b)
           if true
           else
           end< # <-------------------
           v = a ? "" : b
       end
ERROR: syntax: "(if true (block) (block (line 4 REPL[54])))" is not a valid function argument name
@JeffBezanson JeffBezanson self-assigned this Nov 9, 2017
@ararslan ararslan added error handling Handling of exceptions by Julia or the user parser Language parsing and surface syntax labels Nov 9, 2017
JeffBezanson added a commit that referenced this issue Feb 7, 2018
JeffBezanson added a commit that referenced this issue Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error handling Handling of exceptions by Julia or the user parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants