Fabian Meumertzheim
Fabian Meumertzheim
> Users find it helpful to know how old a release which Renovate is proposing is. 1 hour? 1 day? 1 week? etc. > > Additionally some users like to...
We also ran into this with Go and `crun` and found the following, which may be helpful here: * If `Cmd.Stdout` or `Cmd.Stderr` is set to a non-`*os.File`, Go will...
This would come in handy for Bazel. Would a PR that makes `Striped#custom` public be welcome?
Could we guard the `watch_tree` API with an experimental flag for 7.1.0? Compared to the other changes, this one looks much more intricate both regarding its API surface and its...
@lberki Agreed, the changes I would reasonably expect could just be new parameters or, in the worst case, Bazel flags with a smaller scope.
FYI @aranguyen
@bazel-io fork 7.1.0
I tried adding a test based on `--modify_execution_info`, but this doesn't quite work: The flag sets the value to an empty string (https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/analysis/config/ExecutionInfoModifier.java;l=113), but a `"1"` is expected (https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/actions/Spawns.java;l=109). @wilwell...
@wilwell Do you have an opinion regarding https://github.com/bazelbuild/bazel/pull/21370#issuecomment-1946410989?
@wilwell Yes, that would be one way of achieving my goal: I would like to see *some* way to enable sandbox multiplexing for Java actions that 1) doesn't require building...