Fabian Meumertzheim

Results 181 issues of Fabian Meumertzheim

* Convert server args to the internal string representation. The arguments for requests to the server were already converted to Bazel's internal string representation, which resulted in a mismatch between...

team-Performance
team-ExternalDeps
team-Remote-Exec
awaiting-review

The set of worker files wasn't path mapped, which resulted in build failures when using a generated multiplex worker. Fixes #23990

team-Local-Exec
awaiting-review

* Use `uid_t` for `getuid` return value. * Actually report errors returned by `posix_*` functions, which never return a negative value.

team-Rules-CPP
awaiting-review

RELNOTES[inc]: Bazel now sets `LANG=C.UTF-8` for all actions to avoid a fallback to the ASCII charset for locale-sensitive tools due to the absence of any locale variables. To restore the...

team-Configurability
awaiting-review

`.bat` scripts can only be executed on Windows when their paths use backslashes, not forward slashes. For this reason, local execution carefully replaces forward slashes with backslashes in the executable...

team-Configurability
team-Remote-Exec
awaiting-review

I've been implementing path mapping in few rule sets and I think I'm either implementing something incorrectly or I've found an issue with path mapping + multiplex worker sandboxing. I'm...

type: bug
P1
team-Local-Exec

Work towards #22691 RELNOTES: `--override_repository` can now be used to add new repos even with `--noenable_workspace`. The new repo will be visible to the main repo and sees the same...

team-Configurability
team-ExternalDeps
awaiting-user-response

This gets rid of this very noisy warning when compiling with MSVC: ``` C:\b\z46qjgck\execroot\_main\bazel-out\x64_windows-fastbuild\bin\external\protobuf+\src\google\protobuf\_virtual_includes\protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once C:\b\z46qjgck\execroot\_main\bazel-out\x64_windows-fastbuild\bin\external\protobuf+\src\google\protobuf\_virtual_includes\protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once ```

c++

**What type of PR is this?** Incompatible change **What does this PR do? Why is it needed?** **Which issues(s) does this PR fix?** Fix #4139 **Other notes for review**