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] Fix TargetMacro replacements of adapted aliases
In cases where a TargetMacro has been installed as wrapping an existing symbol, it will not exist in the `target_aliases` field, and will thus not be replaced with our adaptor. "Why yes, this continues to highlight the importance of:" pantsbuild#3560 pantsbuild#3561 Testing Done: https://travis-ci.org/pantsbuild/pants/builds/140649055 And tested on internal TargetMacro usecases. Bugs closed: 3506, 3607 Reviewed at https://rbcommons.com/s/twitter/r/4000/
- Loading branch information
Showing
2 changed files
with
61 additions
and
26 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