Fabian Meumertzheim

Results 1654 comments of Fabian Meumertzheim

> The "context" link goes to the "Files changed" tab of the linked PR, but doesn't seem to point at anything in particular. What is it actually referring to? I...

> The link still only gets me to the top of the page :/ For me, a hash that actually leads somewhere looks like https://github.com/bazel-contrib/rules_go/pull/4526/changes#diff-5637916a8a5c5eeb7866e19957be8de50ca4b7f18857dacb218c21e05fc0bf8a (`#diff-XXXXXX`). Can you just say...

> I'd probably rather have a mctx.modules[0].all_tags thing that returns all tags (regardless of tag class) in order. Then probably some sort of type checking via type(). WDYT? Before I...

Thanks for giving the macOS 26 issue, I ran into that one myself. Bazel 9.0.0rc1 is out now, which makes me think that we should update to Bazel 8 now...

Whichever branch (local or remote) wins the race would determine the glibc version. Dynamic execution amplifies non-hermeticitiy issues, but we would of course like to fix those anyway. Since our...

> If the local action wins the race, do you know if the result is cached remotely? I haven't tested this, but I would assume that's the case simply since...

I found https://cs.opensource.google/bazel/bazel/+/6b65b4157efc946bd2829817b28fb4a2bca7364b:src/main/java/com/google/devtools/build/lib/exec/AbstractSpawnStrategy.java;l=135. The cache set here is used both for lookup and upload, so it does look like the local branch would never upload action results to the remote...

@vanja-p Could you post the error you get?