Fabian Meumertzheim

Results 1654 comments of Fabian Meumertzheim

@aiuto Could you take another look? I hope I addressed your concern.

> Is there more background to this? Does a video count? https://youtu.be/Q4p-I9TsUnA?si=GDFYEhqULCdmKb_m basically says "package_metadata all the things" so that the SCS tooling in development doesn't have any blind spots....

@Wyverald That kind of context I can provide, I amended the PR description. > For one example, what if the module has a REPO.bazel for completely unrelated reasons (such as...

Wouldn't the proper solution be to configure the C++ tool chain so that the required library is on the linker search path or referenced via RPATH? `LD_LIBRARY_PATH` should really be...

Yes, I think that flipping `--incompatible_allow_tags_propagation` was a mistake (sorry!). But it was also a very popular flag for other reasons. `tags` just doesn't look like the correct way to...

You could add a compatibility mode and enable it globally in OSS-Fuzz via a flag in the Jazzer wrapper. But you would need to be careful and monitor Monorail 🙂

If they have fuzz tests with a classic `byte[]` signature they would be affected, but I'm hoping that these are easy enough to detect that you could set the compatibility...

`bazel fetch --configure --force` is a sight improvement as it should work whenever `bazel clean --expunge` does. Are there any (potentially non-existent) directories that the repo rule could watch and...

Fixing #27042 shouldn't be hard, so let's do that. > is it possible the repo contents cache is taking over and caching the bad value between cleans? I don't think...