-
Notifications
You must be signed in to change notification settings - Fork 441
Add validation that all syntax collections end with ListSyntax
#1913
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
@swift-ci Please test |
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.
This didn’t catch anything but it’s a validation I wanted to add.
Does that mean you don't prefer ListSyntax
for eg. EffectsArgumentsSyntax
and StringLiteralSegments
? Say EffectsArgumentListSyntax
and StringSegmentListSyntax
?
90e5584
to
d796fb7
Compare
Actually, I just thought about it again and decided to rename all other collections (except |
@swift-ci Please test |
@swift-ci Please test Windows |
d796fb7
to
e8c92b1
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
e8c92b1
to
3346352
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
3346352
to
41435de
Compare
swiftlang/swift-stress-tester#243 @swift-ci Please test |
swiftlang/swift-stress-tester#243 @swift-ci Please test Windows |
@swift-ci Please test |
@swift-ci Please test Windows |
This didn’t catch anything but it’s a validation I wanted to add.