Skip to content

Remove uniqueness assertion in job sorting. #32886

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

davidungar
Copy link
Contributor

When finding externally dependent jobs, the traversal can find the same job twice. The duplicates are filtered out later, so no harm is done. But when -driver-show-incremental is specified, these jobs are sorted, and the sort has an assertion that trips if there are duplicates. Remove that assertion.

@davidungar
Copy link
Contributor Author

@swift-ci please smoke test

@davidungar davidungar merged commit 29a3d08 into swiftlang:master Jul 15, 2020
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