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.
SelectLiteral isn't tied to the requester's subject: it has its own. (p…
…antsbuild#4293) ### Problem `SelectLiteral` doesn't care about the requester's subject: it carries its own output value along with it. But currently we're creating a new instance of the `SelectLiteral` per caller. ### Solution Drop the excess subject value from `SelectLiteral` to avoid creating one per unique requesting subject.
- Loading branch information
Stu Hood
authored
Feb 28, 2017
1 parent
8d6b0a0
commit 66fcfb8
Showing
2 changed files
with
2 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e5b11346a458240934cc6136e40faa62b75f79ff | ||
f3ae10a39f2b893026b4ebfa20c2e45dc8b293ee |
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