forked from twitter/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.
[engine] Move subselectors to selector properties
Select/Dependency/ProjectionNodes cause sub-selectors to be generated in order to select different products. This moves those selectors onto the selectors instead of having the nodes construct them directly. Working on the new validation / graph creation, I find myself needing those sub-selectors in a few other places, so I wanted to give them consistent names. Testing Done: Ran engine tests locally. CI away in PR. Bugs closed: 3867 Reviewed at https://rbcommons.com/s/twitter/r/4235/ closes pantsbuild#3867
- Loading branch information
1 parent
67c33a1
commit 1d09690
Showing
2 changed files
with
31 additions
and
9 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