bazel-skylib/docs
Fabian Meumertzheim 553c08dc60
Add helper functions for module extensions as `modules` (#456)
Adds a new module `modules` with two helper functions for module
extensions:

* `use_all_repos` makes it easy to return an appropriate
  `extension_metadata` from a module extension (if supported) to
  indicate that all repositories generated by the extension should be
  imported via `use_repo`.
* `as_extension` turns a WORKSPACE macro into a module extension that
  uses `use_all_repos` to automate the generation of `use_repo` calls.
2024-04-24 14:53:32 -04:00
..
private Modify actions in order not to need `toolchain` param (#455) 2023-08-28 14:39:43 -04:00
BUILD Add helper functions for module extensions as `modules` (#456) 2024-04-24 14:53:32 -04:00
analysis_test_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
build_test_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
bzl_library.md Allow `bzl_library` to depend on non-`bzl_library` targets (#495) 2024-04-24 14:16:57 -04:00
collections_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
common_settings_doc.md Expose int- and string-valued build settings as Make variables (#440) 2023-08-22 19:41:36 +00:00
copy_directory_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
copy_file_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
dicts_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
diff_test_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
expand_template_doc.md Fix spelling (#445) 2023-04-26 21:55:09 -04:00
maintainers_guide.md Fix spelling (#445) 2023-04-26 21:55:09 -04:00
modules_doc.md Add helper functions for module extensions as `modules` (#456) 2024-04-24 14:53:32 -04:00
native_binary_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
new_sets_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
partial_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
paths_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
run_binary_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
select_file_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
selects_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
shell_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
structs_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
subpackages_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
types_doc.md feat: bzlmod setup (#385) 2022-08-30 14:57:34 -04:00
unittest_doc.md Add toolchains argument to unittests.make (#483) 2024-01-08 09:37:19 +01:00
versions_doc.md versions: Don't fail on Bazel dev builds (#463) 2023-09-25 18:25:37 -07:00
write_file_doc.md Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00