-
Notifications
You must be signed in to change notification settings - Fork 440
SyntaxSupport Node Documentation: StructDecl #1589
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
SyntaxSupport Node Documentation: StructDecl #1589
Conversation
07a8eb6
to
6d4f785
Compare
mutating func pop() -> Element { | ||
return items.removeLast() | ||
} | ||
} |
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.
That’s nice and verbose. I like it 🤩
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.
Great!
6d4f785
to
3439df4
Compare
When you’re ready, you will need to re-generate files as described in https://swiftpackageindex.com/apple/swift-syntax/main/documentation/swiftsyntax/changingswiftsyntax. Let me know once you’ve done that and I’ll kick off CI for this PR. |
3439df4
to
34af691
Compare
Done! Edit: Since no nodes were added or removed I just ran: |
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.
Great. Thanks!
@swift-ci Please test |
@swift-ci Please test Windows |
Add description to StructDecl and its children Try to match TSPL conventions when discussing grammar Include common structural (sorry) struct examples Regenerate BuildableNodes
Head branch was pushed to by a user without write access
34af691
to
6ca0913
Compare
@swift-ci Please test |
@swift-ci please test |
#1528