Fabian Meumertzheim

Results 1692 comments of Fabian Meumertzheim

* **#6504** 👈 * `master` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @fmeum and the rest of your teammates on Graphite

I can't reproduce this locally on macOS: ``` $ mkdir bazel-print $ cd bazel-print $ touch MODULE.bazel $ echo "7.1.2" > .bazelversion $ echo "$(echo "buildbuddy-io/5.0.54"; cat .bazelversion)" > .bazelversion...

`boringcrypto` may actually be a special case. As far as I understand it is mostly used for its FIPS certification, which means that a target platform constraint could be a...

@linzhp and I had an offline discussion about this. While it may make sense to model `boringcrypto` differently, there is still a need to select to select SDKs with arbitrary...

Matching individual experiments seems difficult and the semantics aren't super clear: Most experiments have a `nofoo` form to disable them, so matching them one-by-one could have surprising results. Could you...

I would like to avoid the complexity that full support for (partially) matching experiments would entail, as @sluongng described. If we restrict ourselves to matching the exact list of strings,...

https://github.com/bazelbuild/rules_fuzzing/pull/242 is going to add support.

I would have to update the rules_kotlin pin. In the meantime, Jazzer has been heavily refactored and is now available as a prebuilt jar on Maven. I am planning to...

This was merged before the baseline cut, so it's already in 6.0.0.

@limdor That's because Bazel's Java tests don't see all of rules_cc, only the files listed here: https://cs.opensource.google/bazel/bazel/+/master:src/test/java/com/google/devtools/build/lib/packages/util/MockCcSupport.java;l=278?q=rules_impl&sq=&ss=bazel%2Fbazel You could try adding at least one `.bzl` file to that list.