Gunnar Wagenknecht
Gunnar Wagenknecht
### Description of the feature request: I would like to be able to perform multiple `bazel query` operations in parallel without using a different `output_base`. ### Which category does this...
### Description of the feature request: The singlejar tool has [special support for some Spring files](https://github.com/bazelbuild/bazel/blob/3f93d377d036d773fd505a18e084425a00fb94ea/src/tools/singlejar/output_jar.cc#L63C25-L64) but lacks support for merging `META-INF/spring.factories` files. The challenge for merging these files is...
### What happened? We are seeing the following error in our build: ``` ERROR: .../BUILD.bazel:11:22: Copying directory npm__yallist__3.1.1/package [for tool] failed: (Killed): copy_directory failed: error executing CopyDirectory command (from target...
This removes the upper bound version range from the Guava package imports, which increases support for other Guava versions in the OSGi world. Fixes #21173.
The OSGi version imports for Guava are very narrow. For example, they tightly couple the utils bundle to just one particular Guava release and prevent it from running with latests....
I have a repository where Gazelle fails to run cleanly. While `go mod tidy -e` works I am struggling with failing Gazelle runs. Setup: - private repo at `github.com/private/foo` -...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior I am using a toolchain in Bazel which uses Zig to compile Rust. I am running into a problem...
If there is a Bazel dependency in `bzlmod` (not direct but some transitive eg., `xsd` brought in via `grpc-java` and not available as `@xsd`) then Gazelle prefers the Bazel version...
I think there needs to be a discussion whether this repository continues to be an active source of truth or whether it is ok to archive. Development activities seems to...