Skip to content

Commit

Permalink
Add bug link to TODO.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666072215
Change-Id: I6e88be00c2b7407106adbb735a41b887c434f5b5
  • Loading branch information
haxorz authored and copybara-github committed Aug 21, 2024
1 parent f8c17a2 commit 62574eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,8 @@ public static void removeExcludes(Set<String> paths, Collection<String> excludes
if (complexPatterns.isEmpty()) {
return;
}
// TODO(adonovan): validate pattern unconditionally (potentially breaking change).
// TODO: b/361409364 - Fully validate exclude patterns. This is a breaking change, so there
// needs to first be a depot cleanup.
List<String[]> splitPatterns = checkAndSplitPatterns(complexPatterns);
HashMap<String, Pattern> patternCache = new HashMap<>();
paths.removeIf(
Expand Down

0 comments on commit 62574eb

Please sign in to comment.