Fabian Meumertzheim
Fabian Meumertzheim
This passes for me: ```diff diff --git a/src/test/java/net/starlark/java/eval/MethodLibraryTest.java b/src/test/java/net/starlark/java/eval/MethodLibraryTest.java index 933c951b1d..d2d34877b7 100644 --- a/src/test/java/net/starlark/java/eval/MethodLibraryTest.java +++ b/src/test/java/net/starlark/java/eval/MethodLibraryTest.java @@ -756,6 +756,7 @@ public final class MethodLibraryTest { .testIfErrorContains("18", "fail(18)") .testIfErrorContains("1 2 3",...
~Stacked on #21880~
I rebased onto master, which will hopefully resolve the RBE failure.
@bazel-io fork 7.2.0
Do you want me to merge?
While @fzakaria is close to getting overlay support into Bazel, I noticed something that could make our lives easier today: It's possible to reuse patches from other module versions, which...
@mattyclarkson I forgot what the status is, but would you be interested in "upstreaming" your circl changes into the BCR module?
@mattyclarkson Sorry, I forgot about that PR. I have some other changes planned that would make for a good follow-up minor release.
As this is a new ruleset in the bazelbuild org, should we ensure it follows the ruleset layout design doc from day 1 (e.g., have a `platform` subdirectory and one...