forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SourceRoots.all_roots to respect fixed roots.
Previously a fixed root that prefix-matched a pattern would lose to the pattern. Testing Done: Modified the existing test to fail then fixed. Green locally: ``` ./pants test \ tests/python/pants_test/source/:: \ contrib/go/tests:: \ contrib/go/examples:: -- -v ``` CI went green here: http://jenkins.pantsbuild.org/job/pantsbuild/job/pants/branch/PR-3425/6/ Bugs closed: 3421, 3425 Reviewed at https://rbcommons.com/s/twitter/r/3881/
- Loading branch information
Showing
2 changed files
with
71 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters