Fabian Meumertzheim

Results 1684 comments of Fabian Meumertzheim

The remaining test failure is a very reasonable one: The logic fails to account for runfiles that are linked under a basename that differs from that of the underlying file....

@meteorcloudy The new macOS machines frequently run into timeouts: https://buildkite.com/bazel/rules-go-golang/builds/6622#01908e0d-57ff-4850-8b3c-cb9fe2fff52f Are we perhaps lacking any settings?

@meteorcloudy Thanks, I'll go with this workaround for now until I can properly investigate this (limited to GitHub web UI right now). The failing test downloads a few old Go...

Thanks for sending such a well-executed PR (and migrating rules_scala)! Since Bzlmod introduces a number of new concepts, I want to make sure that they are applied and named correctly...

The best way to get a pretty name into a repo rule is to just pass it in via an `attr.string` (could be optional for backwards compatibility with WORKSPACE and...

My hope is that with the state of `bazel mod tidy` in 7.2.0, we may be able to remove `update-repos` together with WORKSPACE support. @cgrindel What do you think, would...

The issue hasn't been resolved since `update-repos` isn't needed in pure Bzlmod builds. It will be removed eventually.

> What is the correct way to update global dependencies in bzlmod builds? Let's say I (or IDE automation, more commonly) added some new deps to go.mod/sum. How do I...

@sgowroji This would still be useful to have.

@coeuvre Do you still plan to add async execution back in some way? If not, it could make sense to explore alternatives to solve this problem.