-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: only add target_tasks_method filter if no other filters were sp…
…ecified BREAKING CHANGE: The target_tasks_method is now only implicitly added if no other filters exist. This is needed to fix a bug in Gecko's `./mach try` infrastructure, however the change makes sense on its own. Currently there's no way to forego target_tasks_method, and this allows us to do that. Furthermore, there are no other built-in filters, so it's unlikely that this will impact any existing consumers.
- Loading branch information
Showing
2 changed files
with
23 additions
and
3 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