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 #41416, splatted default argument lost with keyword argument #41427

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

JeffBezanson
Copy link
Sponsor Member

fix #41416

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) bugfix This change fixes an existing bug backport 1.7 labels Jun 30, 2021
@KristofferC KristofferC added the backport 1.6 Change should be backported to release-1.6 label Jun 30, 2021
@KristofferC KristofferC merged commit ebc8f3c into master Jul 1, 2021
@KristofferC KristofferC deleted the jb/fix41416 branch July 1, 2021 07:51
KristofferC pushed a commit that referenced this pull request Jul 1, 2021
@KristofferC KristofferC mentioned this pull request Jul 1, 2021
45 tasks
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
KristofferC pushed a commit that referenced this pull request Jul 5, 2021
@KristofferC KristofferC removed backport 1.7 backport 1.6 Change should be backported to release-1.6 labels Jul 7, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
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.

Adding a keyword argument to a call can make a splatted default argument disappear
3 participants