Fabian Meumertzheim

Results 1695 comments of Fabian Meumertzheim

> Is there an example of using this with `rules_go`? You don't need to do anything extra for `rules_go`, just flip the flag and have a `protoc` toolchain registered (e.g....

Looks like we can do quite a bit here to make the experience better, thanks @stagnation for the detailed ideas! Note that `go_binary` already transitions itself, so we could add...

Instead of using `x_defs` for this, couldn't you generate a short `.go` file in a genrule that defines the constant and pass that to the `go_library` in `srcs`?

Original context is https://bazelbuild.slack.com/archives/CGA9QFQ8H/p1709829043052719

Switching to draft as I will update it after https://github.com/bazelbuild/bazel/pull/21740 has been merged.

A fairly simple solution for this would be to replace the LCOV merger with a Graal native image, which as far as I know is the setup Google is using...

I just discovered that this has been fixed by https://github.com/bazelbuild/bazel/commit/404d8d97fafedb7c43a3c164a7446d2e1bf2e436. I sent https://github.com/bazelbuild/bazel/pull/22676 to verify this in tests.

This commit is part of a series of cleanups that look challenging to cherry-pick. @lberki Can you assess how much work that would be?

@kirschem-fernride I just sent https://github.com/bazelbuild/bazel/pull/22257.