Skip to content

Eliminate "sorting" of DeclContext-local protocols / conformances. #22659

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

Merged

Conversation

DougGregor
Copy link
Member

Sorting of DeclContext-local protocols and conformances shouldn't ever
be necessary, because the underlying data structures that produce
these lists should be deterministic. Sorting can hide any
nondeterminism, so stop doing it and we can address the underlying
nondeterminism.

Sorting of DeclContext-local protocols and conformances shouldn't ever
be necessary, because the underlying data structures that produce
these lists should be deterministic. Sorting can hide any
non-determinism, so stop doing it and we can address the underlying
nondeterminism.
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit 7d6af90 into swiftlang:master Feb 16, 2019
@DougGregor DougGregor deleted the no-declcontext-local-protocol-sorting branch February 16, 2019 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant