bazel-rules
Here are 189 public repositories matching this topic...
-
Updated
May 26, 2022 - Starlark
-
Updated
May 21, 2022
-
Updated
Apr 20, 2022 - Java
-
Updated
May 28, 2022 - Starlark
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
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
May 19, 2022 - Go
-
Updated
May 27, 2022 - Starlark
-
Updated
Apr 27, 2022 - Starlark
-
Updated
May 22, 2022 - Starlark
-
Updated
Feb 20, 2020 - Java
Describe the bug
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
- version = "1.3">
+ version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
@@ -52,13 +52,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
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
-
Updated
Apr 20, 2022 - Starlark
-
Updated
May 7, 2022 - Starlark
-
Updated
Oct 24, 2021 - Starlark
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: