-
-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/tools/bazel: refactor runfiles functionality (#2076)
* Refactored Runfile, FindBinary, and other functions. Everything now calls a single initialization function through sync.Once. * Added ListRunfiles. This will be used to re-create trees of runfiles, which will be needed for the new version of bazel_test. * Moved and rewrote tests in tests/core/runfiles. Fixes #2031 Fixes #1728
- Loading branch information
Showing
25 changed files
with
738 additions
and
561 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
Oops, something went wrong.