Fabian Meumertzheim

Results 1692 comments of Fabian Meumertzheim

If the runfiles library doesn't return the right path, then something isn't right at a higher level and we should fix that. What is the path that `Rlocation` returns and...

`Rlocation` [falls back to using the runfiles directory](https://github.com/bazelbuild/bazel/blob/658ba15d9f37969edfaae507d267ee3aaba8b44e/tools/cpp/runfiles/runfiles_src.cc#L233) if it can't find the file in the runfiles manifest. The problem seems to be that `collect_coverage.sh` isn't added to the runfiles...

Making this situation an error in some way is actually the preferred solution to https://github.com/bazelbuild/bazel/issues/18707#issuecomment-1819575576 now.

Update: All changes relevant for Bazel 6.0.0 are now in review.

This is mostly done now, with only the bugfix https://github.com/bazelbuild/bazel/pull/16755 and a number of cherry-picks to 6.0.0 missing.

@Wyverald You can remove this from the "6.0.0 nice to have" milestone as the only remaining issue is not tied to a Bazel release (Stardoc).

@meteorcloudy `bazel_module_test` failed with errors such as: ``` ERROR: Error accessing registry https://registry.bazel.build: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ``` and ```...

@pcj Sorry, I'm not officially affiliated with this project, I just happened to contribute to it frequently in the last couple of weeks. I can just say that I really...

> LGTM, but we seem to have new test failures? Looks like ~Bazel CI~ OSS-Fuzz replaced `python` with `python3`, which is incompatible with Bazel 4. I will try raising the...