-
-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix private functions/variables in def.bzl with _ #3
Comments
groodt
pushed a commit
to groodt/rules_go
that referenced
this issue
Mar 14, 2022
Fix up repo paths in the README.
1 task
fmeum
added a commit
that referenced
this issue
Jul 10, 2024
* 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
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, many of the implementations, the attrs, and output are public.
The text was updated successfully, but these errors were encountered: