Fabian Meumertzheim

Results 1688 comments of Fabian Meumertzheim

I ran `turbine_benchmark` with both settings and found the version without SSE to be slower, but only by a margin that's within the noise of the benchmark (which is somewhat...

@bigelephant29 What do you think of the suggested fix? Even without dynamic execution, I frequently see the warning about a missing semaphore when I interrupt a build that uses multiplex...

One half of this is on the [Bazel 7 roadmap](https://bazel.build/about/roadmap), the other one is probably covered by https://github.com/bazelbuild/bazel/issues/6526. Both are actively being worked on.

Yes, this should be working with 7.2.0, I'll explain the details in a discussion some time next week.

The bootstrap classpath should be extracted from the same JDK though, the one that runs on the exec platform (JDKs don't have any target constraints set). Cache sharing should thus...

https://github.com/bazelbuild/rules_cc/issues/305

I would like to use lincheck to validate a a reimplementation of Java's `Piped{Input,Output}Stream` which doesn't block unless its internal buffer is either full or empty. Is this something an...

The file is a symlink in the repo. How is it represented in the repo directory? If it is missing, then we may be doing something wrong during the download.

Probably a Gazelle bug. This is how we fetch Go modules: https://github.com/bazelbuild/bazel-gazelle/blob/master/cmd/fetch_repo/module.go This does check the dirhash of the resulting directory, so I am surprised that this verification passes with...