8000 fix(parser): named call arguments are allowed to be empty by DaniPopes · Pull Request #283 · paradigmxyz/solar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(parser): named call arguments are allowed to be empty #283

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

DaniPopes
Copy link
Member

Call argument list: https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.callArgumentList
Expression: https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.expression

expression {} is not allowed to be empty (call options), but call({}) (call argument list) is.

@DaniPopes DaniPopes requested a review from onbjerg as a code owner April 22, 2025 22:54
@DaniPopes DaniPopes merged commit 92037ad into 8A06 main Apr 22, 2025
14 checks passed
@DaniPopes DaniPopes deleted the dani/empty-named-args branch April 22, 2025 23:00
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 this pull request may close these issues.

1 participant
0