Fabian Meumertzheim
Fabian Meumertzheim
We can document the special case of `$(dirname $(location ...))` in as much detail as possible and we can also guarantee in docs that it will always behave just like...
Wouldn't the combination of `$(dirname ...)` and some way to avoid the quoting inherent to all location functions fully address your need? If so, then you could file a new...
I'll investigate the CI failures.
CI is passing now. `tw.exe` has special handling for some paths that need to use forward slashes.
@bazel-io fork 8.0.0
Switching back to draft as there are some unexpected failures.
@meteorcloudy Could you review the changes to the Bazel client? @meisterT Could you review the other changes? Feel free to suggest other reviewers, this change really cuts through the whole...
@lberki I split the PR up into five individual commits that can all be reviewed in isolation. The fourth one already adds some of the new tests. Unfortunately GitHub ain't...
> I don't have a strong opinion (currently, this might change the more I think about it) about which way Bazel should go other than that "bytes as Latin-1" is...
There is a persistent failure in the `watchfs_test` on macOS that I can't reproduce locally. I am pushing new commits to debug it in CI, but I won't change https://github.com/bazelbuild/bazel/pull/24010/commits/6373646b933a86adb2f3336a05be730f8b0c293d...