bazel
Here are 840 public repositories matching this topic...
-
Updated
Mar 14, 2022 - Go
-
Updated
Mar 15, 2022 - Starlark
-
Updated
Feb 17, 2022
With #11315 done, we can do some small optimizations:
- NonEmpty
- if it makes a difference, redefine
pourto abstract overIterableFactoryandMapFactory, if those implementations do optimization for same-type conversions - redesign
pour's API to put the factory type first, no more tricky currying, #11933 - just use
toSeqfortoSeq, #11933 - define `coll
- if it makes a difference, redefine
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
Mar 15, 2022 - Java
-
Updated
Mar 14, 2022 - Starlark
-
Updated
Mar 15, 2022 - Swift
-
Updated
Mar 6, 2022 - Go
-
Updated
Mar 14, 2022 - Go
-
Updated
Mar 7, 2022 - Starlark
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:
- delete the line with ` - "-//t
-
Updated
Sep 1, 2021 - Rust
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
Mar 15, 2022 - Go
-
Updated
Mar 15, 2022 - Starlark
-
Updated
Oct 23, 2020 - TypeScript
Improve this page
Add a description, image, and links to the bazel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bazel topic, visit your repo's landing page and select "manage topics."


Description of the problem / feature request:
Bazel crashes due to an internal error when using a bzlmod registry that doesn't correctly specify a
bazel_registry.jsonfile. The stack-trace printed by Bazel when it crashes is included in the last section below.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
To demonstra