-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: Add a full `fs.FS` implementation to `runfiles` * Extract out common implementation * Minimal feature parity for manifest implementation * Implement manifest except for dir statting plus test * Test info * Add basic trie implementation * Fully fix test * Simplify * Vendor testfs * FIx tests * Cleanup * Simplify * Root symlinks * Simplify further * Add comments and refactor * Adopt test to Bzlmod * Also materialize canonical names * Adjust comment * Attempt to throw test failures * Attemp to fix WIndows #2 * Fix test #3 * Address review comments * Fix test * Address review comments * Rename links for better test coverage * Rename manifest dir entries * Add `String()` implementations and faithfully fake runfiles dir * Resolve one layer of symlinks in directory impl * Resolve all symlinks
- Loading branch information
Showing
14 changed files
with
1,238 additions
and
88 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
Oops, something went wrong.