Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
module_a/ | H | 25-Apr-2025 | - | 49 | 38 | |
module_b/ | H | 25-Apr-2025 | - | 27 | 20 | |
module_c/ | H | 25-Apr-2025 | - | 4 | 2 | |
README.md | H A D | 25-Apr-2025 | 385 | 5 | 4 |
README.md
1Bzlmod allow modules to rename their dependencies and use the aliased names in runfiles lookups. 2This test defines the following dependency tree: A -> B -> C. The test if whether a binary built in A 3that calls code in B that has an `rlocation!` call to lookup a runfile from C is able to correctly use 4B's repo_mapping. This is accomplished by having B use a custom `repo_name` for C. 5