Fabian Meumertzheim

Results 181 issues of Fabian Meumertzheim

Would you welcome a PR that adds the Bazel Java runfiles library, which is available at `@bazel_tools//tools/java/runfiles`, to `rules_java`? According to the [Starlark "Deploying rules"](https://docs.bazel.build/versions/main/skylark/deploying.html) guide, it should be available...

P3

I believe that https://peps.python.org/pep-0570, which describes very simple syntax for positional-only arguments, would be very useful to have in Starlark. It does enable one to write clean and robust helper...

This reduces unconditional log spam for coverage report actions. If needed, users can configure the loglevel by wrapping the `CoverageOutputGenerator` jar into a `java_binary` with appropriate `jvmopts`.

coverage
team-Rules-Server
awaiting-PR-merge

Baseline coverage artifacts are now requested in `CompletionFunction` to ensure that they are built before the `TargetCompleteEvent` is generated. This makes it unnecessary to delay sending these events until after...

team-Configurability
awaiting-review

* Add a prebuilt `one_version` tool as well as sources to `java_tools`. * Avoid passing `--whitelist` to `one_version` if no allowlist is configured in the toolchain as it isn't supported...

team-Rules-Java
awaiting-PR-merge

### Please list the URLs of the archives you'd like to mirror: https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.tar.gz https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.2.zip

P2
type: process
team-OSS
mirror request

The bind mounting scheme used with the Linux sandbox' hermetic `/tmp` feature is modified to preserve all paths as they are outside the sandbox, which removes the need to rewrite...

team-Performance
team-Local-Exec
awaiting-PR-merge

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** `bazel mod tidy` is run if supported and if relevant files change due to...

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** With `--incompatible_enable_proto_toolchain_resolution`, users of `protoc` are expected to obtain it through `@rules_proto//proto:toolchain_type` instead of...

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** Path mapping improves disk/remote cache hit ratio by automatically removing the configuration-specific path segments...