[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Fix detecting cycles in parallelVisit #344

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

colincross
Copy link
Contributor

Fix detecting cycles in parallelVisit when the first alphabetical
module is not part of the cycle, but depends on the cycle. Instead of
starting from the first alphabetical module, check every module in a
determinsitic order and return the first time a cycle is found.

Test: Test_parallelVisit
Change-Id: I03726f838ec42975251088ba75158103940115c2

Fix detecting cycles in parallelVisit when the first alphabetical
module is not part of the cycle, but depends on the cycle.  Instead of
starting from the first alphabetical module, check every module in a
determinsitic order and return the first time a cycle is found.

Test: Test_parallelVisit
Change-Id: I03726f838ec42975251088ba75158103940115c2
@colincross colincross requested a review from a team as a code owner February 8, 2021 23:57
@colincross colincross merged commit aef5f3b into google:master Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants