You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Basics] Switch IdentifiableSet to use OrderedDictionary (swiftlang#7634)
- Explanation:
Turns `IdentifiableSet` into an ordered collection which should cut on
flakiness in tests and other spots that expect certain ordering of
elements.
- Scope: All uses of `IdentifiableSet` i.e. package graph.
- Main Branch PR:
swiftlang#7630
- Risk: Low
- Reviewed By: @MaxDesiatov
- Testing: No tests since the change is somewhat NFC.
(cherry picked from commit b0afde9)
0 commit comments