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

fix #35201, syntax error with named splatting inside function call #35202

Merged
merged 1 commit into from
Mar 23, 2020

Conversation

JeffBezanson
Copy link
Member

fix #35201
I believe this was a regression in v1.2.

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) bugfix This change fixes an existing bug labels Mar 21, 2020
@bkamins
Copy link
Member

bkamins commented Mar 21, 2020

You are fast :). Thank you!

@JeffBezanson JeffBezanson merged commit 59d7522 into master Mar 23, 2020
@JeffBezanson JeffBezanson deleted the jb/fix35201 branch March 23, 2020 03:46
@KristofferC KristofferC mentioned this pull request Mar 23, 2020
27 tasks
KristofferC pushed a commit that referenced this pull request Mar 23, 2020
oxinabox pushed a commit to oxinabox/julia that referenced this pull request Apr 8, 2020
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug compiler:lowering Syntax lowering (compiler front end, 2nd stage)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing problem with nested splatting named tuple constructor in a function call
3 participants