László Csomor
László Csomor
### Description of the problem / feature request: Bazel does not set `RUNFILES_MANIFEST_FILE` for tests when it should. **Update**: only with sandboxing. ### Bugs: what's the simplest, easiest way to...
`--incompatible_windows_style_arg_escaping` is a startup flag, but the pipeline used it as a build flag. See https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/57#job-bc144aea-5307-4f65-ab8b-89553d11cc22 @laurentlb : possibly a bug in Bazelisk's `--migration` flag
### Feature requests: what underlying problem are you trying to solve with this feature? Investigate MSVC's `/experimental:deterministic` flag's effect, maybe use it in MSVC crosstool. (Maybe put it behind a...
**Update**: this bug no longer claims to be Windows-specific, see https://github.com/bazelbuild/bazel/issues/4327#issuecomment-468274037 --- Fix this TODO: https://github.com/bazelbuild/bazel/blob/7b423ccd9506c6fb500b5c4998e1f26aebf28912/src/main/java/com/google/devtools/build/lib/windows/runfiles/WindowsRunfiles.java#L54-L55