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

wave: Can't parse function calls with empty arguments #1816

Closed
alexcrichton opened this issue Sep 23, 2024 · 2 comments · Fixed by #1817
Closed

wave: Can't parse function calls with empty arguments #1816

alexcrichton opened this issue Sep 23, 2024 · 2 comments · Fixed by #1817

Comments

@alexcrichton
Copy link
Member

Using UntypedFuncCall wave can't currently parse f() and yields the error empty tuple at 1..3. I think this is due to function arguments being parsed as a tuple and tuples in general cannot be empty.

cc @lann

@lann
Copy link
Contributor

lann commented Sep 23, 2024

Makes sense. Should be a quick fix.

@lann
Copy link
Contributor

lann commented Sep 23, 2024

#1817

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

Successfully merging a pull request may close this issue.

2 participants