Greg

Results 216 comments of Greg

I naively tried https://bazel-review.googlesource.com/c/bazel/+/269133 when this was first reported. That requires explicitly setting `--host_platform`, which I don't think is a good user experience.

https://github.com/bazelbuild/bazel-skylib/pull/574 should help with this.

What's the exact build for https://github.com/limdor/accu-2025/tree/9291a9de3784a59d00f05e676901e9b5dba6853a? I tried: ``` $ USE_BAZEL_VERSION=last_green bazelisk build --nobuild //... ``` and see no related warnings. Building https://github.com/bazelbuild/bazel at head: ``` $ USE_BAZEL_VERSION=last_green bazelisk build...

This isn't a solution, per se, but interesting related proposal: https://github.com/bazelbuild/bazel/pull/26415. Just FYI.

Hi all. Can you link to support from some of the projects you mentioned, so we can better gauge the universality of this constraint? i..e show that maintainers of these...

Closed due to missing CLA check.

My instinct is to suggest `cquery`. I acknowledge you said you don't want to do that. @fmeum good point. But that still wouldn't work perfectly, would it? If the output...

Note [Starlarkify native Bazel flags](https://docs.google.com/document/d/1yOvi4hVV7Ja32ocwVb4lsEUnijftk8nilXPncYm-BH8/edit?tab=t.0#heading=h.5mcn15i0e1ch) would switch all flags from the native Java API to Starlark API. That includes different semantics for allowMultiple, which today are simpler than the native...

> Features are particularly pernicious because of the whole "feature algebra" thing. Features could be modifying rule semantics, enabling toolchain semantics, or something else entirely. Can you show a toy...