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 Vararg interaction with keyword function lowering, #17673

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

dhoegh
Copy link
Contributor

@dhoegh dhoegh commented Jul 28, 2016

Fix Vararg interaction with keyword function lowering, fix #13919 and #17031. @JeffBezanson you were assigned to #13919, could you review this PR as my experience with the lowering passes is very limited?

@JeffBezanson
Copy link
Sponsor Member

Thanks for fixing this! LGTM (assuming tests pass :)

@tkelman tkelman added the compiler:lowering Syntax lowering (compiler front end, 2nd stage) label Jul 28, 2016
@JeffBezanson JeffBezanson merged commit b7d37c4 into JuliaLang:master Jul 28, 2016
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function do not accept keywords when Vararg is used.
3 participants