-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix RelBase indexing with composite types #64997
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 RelBase indexing with composite types #64997
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.
Thanks for looking into this Keith :)!
cb65358
to
d800cfa
Compare
@swift-ci please test |
@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.
Thanks again Keith!
@swift-ci please test |
@swift-ci please test Windows Platform |
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.
Nice 👍
41bc7b3
to
b90aed4
Compare
@swift-ci please test |
b90aed4
to
c2c1b0a
Compare
@swift-ci please test and merge |
1 similar comment
@swift-ci please test and merge |
Previously the index data differed when using `Foo, Bar` vs `Foo & Bar`. Fixes swiftlang#56255
c2c1b0a
to
7a5e9dc
Compare
@swift-ci please test and merge |
Previously the index data differed when using `Foo, Bar` vs `Foo & Bar`. Fixes swiftlang#56255 (cherry picked from commit 7a5e9dc / swiftlang#64997)
Previously the index data differed when using
Foo, Bar
vsFoo & Bar
.Fixes #56255