Fabian Meumertzheim

Results 181 issues of Fabian Meumertzheim

RELNOTES: The compact and full execution logs now contain start times for spawns (if available).

team-Remote-Exec
awaiting-review

### Please list the URLs of the archives you'd like to mirror: https://github.com/fmeum/buildozer/releases/download/v7.1.1.1/buildozer-v7.1.1.1.tar.gz https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-darwin-amd64 https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-darwin-arm64 https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-linux-amd64 https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-linux-arm64 https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-windows-amd64.exe

P2
type: process
team-OSS
mirror request

This is required for `exports_filter` to match any external repositories with Bzlmod enabled. `native.package_relative_label` is used to convert the user-specified filter strings, which are always valid labels, to canonical label...

team-Rules-CPP
awaiting-PR-merge

This avoids an unnecessary lockfile entry for users of rules_python.

RELNOTES: The new `refresh` value for `--lockfile_mode` behaves like the `update` mode, but additionally forces a refresh of mutable registry content (yanked versions and missing module versions) when switched to...

team-Configurability
team-ExternalDeps
awaiting-review

If users specify a custom profile location with `--profile`, the file is added to the BES under its basename. This makes it harder for BES consumers to pick out the...

awaiting-review

Removes unnecessary lockfile entries.

team-Android
team-Rules-CPP
awaiting-review

This allows consumers of the proto to learn about globals only available in `MODULE.bazel` under a new `ApiContext` `MODULE`. Also adds the `ApiContext.BZL` globals for repository rule and module extension...

team-ExternalDeps
awaiting-review

JSON-based merge conflict resolution for `MODULE.bazel.lock` can end up producing entries with, e.g., both a `general` and an `os:Linux` factor result when the OS/arch dependence of the extension changes. `BazelLockFileModule`...

team-ExternalDeps
awaiting-review

Starlark tests can use the new `Action#inherited_env` field to get a list of environment variables the action inherits from the client environment, obtained from `AbstractAction#getClientEnvironmentVariables`.

team-Performance
team-Rules-Java
awaiting-review