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 #33987, some varargs not recognized in kwarg lowering #33992

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

JeffBezanson
Copy link
Member

fixes #33987

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) bugfix This change fixes an existing bug labels Nov 30, 2019
@fredrikekre
Copy link
Member

backportable?

@JeffBezanson JeffBezanson merged commit 2ced6c4 into master Dec 2, 2019
@JeffBezanson JeffBezanson deleted the jb/fix33987 branch December 2, 2019 17:47
KristofferC pushed a commit that referenced this pull request Dec 3, 2019
@KristofferC KristofferC mentioned this pull request Dec 3, 2019
18 tasks
fredrikekre pushed a commit that referenced this pull request Dec 3, 2019
KristofferC pushed a commit that referenced this pull request Dec 4, 2019
fredrikekre pushed a commit that referenced this pull request Dec 11, 2019
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.

Vararg{Any} is not behaving the same as Vararg{Any, N} where N
2 participants