bazel-rules
Here are 187 public repositories matching this topic...
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Feb 17, 2022
-
Updated
Mar 1, 2022 - Java
See if we can replace sanitize_string_for_usage with code from skylib (existing or to contribute back).
Motivation for generalization- Recurring pattern of sanitizing inputs
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Oct 23, 2020 - TypeScript
yaml.reader.ReaderError: unacceptable character #x1f48e: special characters are not allowed
in "", position 1195
This seems to come from the python yaml reader which incorrectly rejects special unicode characters.
The character in particular is
For the oses that use a real diff binary, can we add an option to select unified vs context diff output (-c vs -u)?
I don't mind putting in a PR, if this is something that would be accepted
The documentation of the hidden_modules attribute of the haskell_library rules currently says:
Modules that should be unavailable for import by dependencies.
The text itself is wrong, since dependencies of the haskell_library rule cannot import any modules of it. But there are also a couple of situations that need to be explained.
Non-existent modules
The following in
-
Updated
Feb 11, 2022 - Python
-
Updated
Apr 13, 2022 - Go
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Feb 17, 2022 - Starlark
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Feb 20, 2020 - Java
Is your feature request related to a problem? Please describe.
using rules_node with the nixpkgs node is extremely painful and requires the workaround specified in bazelbuild/rules_nodejs#464 / bazelbuild/bazel#2927
Specifically:
nixpkgs_package(
name = "nixpkgs_nodejs",
build_file_content = 'exports_files(glob(["nixpkgs
https://github.com/buildbuddy-io/rules_xcodeproj/blob/main/xcodeproj/internal/target.bzl has grown to be quite large. While everything in there doesn't really belong in any of the other .bzl files, it can still be split up a bit more.
-
Updated
Apr 13, 2022 - Starlark
-
Updated
Apr 14, 2022 - Starlark
-
Updated
Oct 24, 2021 - Starlark
-
Updated
Aug 11, 2021 - TypeScript
Improve this page
Add a description, image, and links to the bazel-rules topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bazel-rules topic, visit your repo's landing page and select "manage topics."
Since bazelbuild/rules_rust#612 we test more stuff on Windows, we don't test everything though. //test/rustfmt is currently disabled in .bazelci/presubmit.yml.
Feel free to comment on this issue if you want to know more or you want to give it a shot. We are happy to talk or help :)
How to fix when you don't have a Windows machine: