forked from facebook/buck2
-
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.
Refactor all use cases of
TaggedModifier
to use TaggedModifiers
Summary: `TaggedModifiers` tag a list of modifiers with a location rather than a single modifier with a location. Make cfg constructor use `TaggedModifiers` instead of `TaggedModifier` and delete `TaggedModifier`. This diff also properly updates cfg constructor to work with the new format for `target_modifiers`. Reviewed By: stepancheg Differential Revision: D51264311 fbshipit-source-id: 0b82f3428d1eef6e6da9afdbacdc30755f266511
- Loading branch information
1 parent
0d68c15
commit 62cd7a3
Showing
3 changed files
with
35 additions
and
61 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
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