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 #44343, mangling named tuple as keyword argument #44346

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

I think we now have better ways of handling whatever this code was trying to do. I checked that all commits adding this code added tests, and they still pass, so hopefully this works.

fix #44343

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) kind:bugfix This change fixes an existing bug labels Feb 25, 2022
Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird code. Good to see it works better now.

@JeffBezanson JeffBezanson merged commit 34a3c0d into master Feb 28, 2022
@JeffBezanson JeffBezanson deleted the jb/fix44343 branch February 28, 2022 21:59
staticfloat pushed a commit to JuliaCI/julia-buildkite-testing that referenced this pull request Mar 2, 2022
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:lowering Syntax lowering (compiler front end, 2nd stage) kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"SSAValue" syntax error parsing this keyword argument
2 participants