bazel-lib/lib
Peter Lobsinger 0db9fbe519
feat: support bzlmod runfiles lookups (#953)
* feat: support bzlmod repo name aliases in tarred runfiles

Under bzlmod, repos have aliases in addition to their canonical names;
in order for lookups using these canonical names to function properly,
a file name `_repo_mapping` is located in the root of the runfiles tree
and consulted to perform repo-name translation.

See: https://github.com/bazelbuild/proposals/blob/main/designs/2022-07-21-locating-runfiles-with-bzlmod.md

* pre-commit formatting

* Enable runfiles test under bzlmod

It works now.
2024-09-30 21:10:06 -07:00
..
private feat: support bzlmod runfiles lookups (#953) 2024-09-30 21:10:06 -07:00
tests feat: support bzlmod runfiles lookups (#953) 2024-09-30 21:10:06 -07:00
BUILD.bazel feat: introduce zstd toolchain (#831) 2024-05-03 16:12:56 -07:00
base64.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
bats.bzl docs: add bats docs 2024-02-26 15:55:48 -08:00
bazelrc_presets.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
copy_directory.bzl fix: moving the preserve mtime test logic to Go for portability (#908) 2024-09-17 17:25:26 -07:00
copy_file.bzl perf: improve copy_file.bzl progress_message (#931) 2024-09-10 10:08:34 -07:00
copy_to_bin.bzl feat: expose toolchains used for copy actions (#661) 2023-11-16 07:15:50 -08:00
copy_to_directory.bzl Revert: feat: expose a config_setting for copy execution_requirements (#606) (#640) 2023-10-31 15:19:38 -07:00
diff_test.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
directory_path.bzl Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
docs.bzl feat: add doc helpers (#2) 2021-11-10 06:34:00 -08:00
expand_make_vars.bzl refactor: deprecated expand_locations which is just pass-through to ctx.expand_location() (#910) 2024-08-19 15:28:45 -04:00
expand_template.bzl feat: expand_template allows inline template content (#533) 2023-09-20 18:32:05 -07:00
extensions.bzl feat: introduce zstd toolchain (#831) 2024-05-03 16:12:56 -07:00
glob_match.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
host_repo.bzl feat: add @aspect_bazel_lib_host repository and normalize function names in repo_utils (#90) 2022-04-28 14:18:06 -07:00
jq.bzl fix: correctly split quoted args (#909) 2024-08-19 16:36:41 -04:00
lists.bzl feat(list): add `unique` function (#716) 2024-02-27 08:25:00 -08:00
output_files.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
params_file.bzl fix(typos): Fix almost all typos with hook (#884) 2024-07-31 10:09:17 -04:00
paths.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
platform_utils.bzl fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243) 2022-09-13 21:58:08 -07:00
repo_utils.bzl chore: update pre-commit buildifier (#563) 2023-09-29 14:42:33 -07:00
repositories.bzl chore(deps): update dependency bazel_skylib to v1.7.1 (#924) 2024-09-15 01:45:22 -07:00
resource_sets.bzl feat: add a helper for rules to work with resource_sets (#792) 2024-03-18 15:38:24 -07:00
run_binary.bzl feat: add run_binary with output directory support & improved makevar expansion (#57) 2022-03-31 20:04:35 -07:00
stamping.bzl docs: add missing default stamp var (#865) 2024-06-13 09:56:06 -07:00
strings.bzl fix: correctly split quoted args (#909) 2024-08-19 16:36:41 -04:00
tar.bzl docs(tar): point to the tests as useful examples (#892) 2024-08-05 11:18:57 -07:00
testing.bzl fix: Set size to a default value as well as timeout. (#839) 2024-07-19 12:50:50 -07:00
transitions.bzl feat: add platform_transition_test (#770) 2024-04-03 14:42:07 -07:00
utils.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
windows_utils.bzl fix(typos): Fix almost all typos with hook (#884) 2024-07-31 10:09:17 -04:00
write_source_files.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00
yq.bzl chore(deps): upgrade stardoc (#894) 2024-08-08 12:56:11 -07:00