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.
### Problem 1.25.x already made a big breaking change by deprecating `globs()`. When paired with this, it proved too difficult for some users to upgrade. We will eventually deprecate `--ignore`, but only after `globs()` is removed. ### Solution - Add back the `'ignore'` case to `--files-not-found-behavior`, which is converted into a `GlobMatchErrorBehavior` before being injected into the v2 rule graph as a singleton.
- Loading branch information
1 parent
a8b4998
commit 2f4e7bf
Showing
4 changed files
with
38 additions
and
13 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
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