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

Expected ')' suggestion where maybe an Expected ',' would be prefred #321

Closed
KristofferC opened this issue Jun 30, 2023 · 1 comment
Closed

Comments

@KristofferC
Copy link
Member

julia> f(x y)
ERROR: ParseError:
# Error @ REPL[2]:1:5
f(x y)
#   ╙ ── Expected `)`

The number of parentheses is balanced here so it seems more likely that suggesting a , is preferable, or?

@c42f
Copy link
Member

c42f commented Jul 1, 2023

Yes, we should be able to do better here 👍 Duplicate of #313

@c42f c42f closed this as completed Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants