-
Notifications
You must be signed in to change notification settings - Fork 440
Return a keyPathInParent
for syntax collections
#1921
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 |
1e4dbc7
to
4fba178
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
1 similar comment
@swift-ci Please test Windows |
@swift-ci Please test |
@swift-ci please test Windows |
Windows failure does actually look related unfortunately. Though more like a compiler bug than an issue with this PR 😅 |
This is triggering SIL verification failures on Windows (swiftlang/swift#67676). Marking as draft until that’s fixed |
Previously, `keyPathInParent` returned `nil` for nodes that occurred in `SyntaxCollection`s. Return a subscript-based key path instead. rdar://111944659
4fba178
to
693b32f
Compare
@swift-ci Please test Windows |
Previously,
keyPathInParent
returnednil
for nodes that occurred inSyntaxCollection
s. Return a subscript-based key path instead.rdar://111944659