Fabian Meumertzheim
Fabian Meumertzheim
This should also be something LLMs are good at, if you want to give it a try.
@iancha1992 Thanks for catching this, I sent https://github.com/bazelbuild/bazel/pull/26313 to revert this on master.
If this fails with Bazel 7 but succeeds with Bazel 6, I would expect this to be due to a Bazel bug or incompatible change. Could you share a Starlark...
Regarding Bzlmod: string-typed attributes collecting labels are problematic since they don't go through repo mapping, which makes it problematic to have label-to-label dicts as rule attributes. This can be solved...
@Buzz-Lightyear Could you review this?
It does complete targets on Unix (with bash it also completes targets in external repos), but I'm less sure about Windows.
It would be great if completion could be built into the `bazelisk` binary. Both because that's how most users install Bazel and also because Go would be a much more...
Sure, I don't really know what the right spot for this is. I don't have access to a Windows machine at the moment, but happy to review a PR.
A general `--run_env` flag seems useful, but wouldn't the invalidation you see only happen for those env vars that any repo rule explicitly depends on? In that case, what would...
> @fmeum thank you that pointer helped me to find that one of our repository_rules has local=True and configure=True, which I think then leads to bazel re-evaluating on envvar changes....