Fabian Meumertzheim

Results 181 issues of Fabian Meumertzheim

RELNOTES: The new `cc_static_library` rule produces a static library that bundles given targets and all their transitive dependencies. It has to be enabled via `--experimental_cc_static_library`. Implements https://docs.google.com/document/d/1jN0LUmp6_-rV9_f-Chx-Cs6t_5iOm3fziOklzBGjGIg/edit Fixes #1920

team-Rules-CPP
awaiting-user-response

### Description of the bug: When using a disk cache (possibly also a remote cache), Bazel repeatedly marks output files obtained from the cache as dirty to trigger a download,...

type: bug
P1
team-Remote-Exec

This adds support for record serialization. Work towards #4005

awaiting-PR-merge

Adds a `jq` script to `scripts/` that merges any number of `MODULE.bazel.lock` files without using Bazel or reading the corresponding `MODULE.bazel` files. The lockfile docs now have a section explaining...

team-ExternalDeps
team-Documentation
awaiting-review

team-OSS
team-Documentation
awaiting-review

**Related issues**: N/A

Fixes #14270

team-Rules-CPP
awaiting-review

When path mapping is enabled, different `Spawn`s in the same build can have identical `RemoteAction.ActionKey`s and can thus provide remote cache hits for each other. However, cache hits are only...

team-Performance
team-Remote-Exec
awaiting-review