Documentation ¶
Overview ¶
Package treeset provides functions for extracting targets that use bazel treesets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandDirectories ¶
ExpandDirectories returns the list of files contained in the provided paths.
Paths can be individual files or directories. If it's a directory - all files within that directory added to the result.
func FindMissingTreeInputs ¶
FindMissingTreeInputs returns the required files that are not explicitly listed in bazel's inputs because they were tree artifacts.
Some bazel rules use tree artifacts for the inputs to the compiler. These are directories that Bazel expands to files when the action is run. Consequently, the list of inputs that Bazel has only contains the tree artifact directory. This function reports the files that are (1) required, (2) not included in bazel's inputs, and (3) have their parent directory included in Bazel's inputs.
Types ¶
This section is empty.