forked from bazel-contrib/rules_go
-
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.
go/tools/bazel: refactor runfiles functionality
* 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 bazel-contrib#2031 Fixes bazel-contrib#1728
- Loading branch information
Jay Conrod
committed
May 25, 2019
1 parent
ddea1ad
commit f5c073e
Showing
25 changed files
with
628 additions
and
523 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.