forked from bazelbuild/bazel
-
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.
It's not the case that if we have DirectoryListingInvalidationData that we will have all the corresponding FileInvalidationData for the contents of that directory. We'll use an overly-conservative approach ond invalidate the DirectoryListingValue if any of its contents change. It's suboptimal but still correct. We could at a later point persist the dirent types from the DirectoryListingValue if this approximation is problematic. PiperOrigin-RevId: 684446572 Change-Id: I97eeaf73f0c2f2fd2519bfde696bf06fa7161ba7
- Loading branch information
1 parent
de66620
commit 0d7446c
Showing
2 changed files
with
5 additions
and
43 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