-
Notifications
You must be signed in to change notification settings - Fork 440
Address default parameter regressions and add tests for ForInStmtSyntax
#1517
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
Conversation
The problem here is that for some reason we are generating the Could you look into what’s causing us to generate |
It turns out to be a pretty large fix… We used to have two different implementations of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🙏🏽 This is so much better. And it fixes the case where we incorrectly generate IdentifierToken
default values 😍
@swift-ci Please test |
@swift-ci Please test Windows |
Looks like there is some formatting issues. |
Head branch was pushed to by a user without write access
Done:) |
@swift-ci please test |
1 similar comment
@swift-ci please test |
ForInStmtSyntax
regressions and add testsForInStmtSyntax
@swift-ci please test windows |
Address default parameter regressions and add tests for `ForInStmtSyntax`
Address default parameter regressions and add tests for `ForInStmtSyntax`
Fixes #1515