Simon Mavi Stewart
Simon Mavi Stewart
With this change, what happens to the stacktraces that are sent from the remote end? The `ErrorHandler` deserialised those and made them available as the root cause of a `WebDriverException`...
I have a PR open for `rules_jvm_external` that adds a junit5 runner and `java_junit5_test`: https://github.com/bazelbuild/rules_jvm_external/pull/629 This is based on what we've been using extensively at work, and has a number...
There is a JUnit5 runner that ships as part of https://github.com/bazel-contrib/rules_jvm
I'd be more than happy if the junit5 runner from `contrib_rules_jvm` was moved into Bazel, but my feeling from the presentations that Google has been doing is that more and...
@meteorcloudy, the rule of thumb is "the only time a ruleset should contribute to the `maven` workspace is iff the user has to use these specific versions in their own...
IME, people who are depending on libraries that depend on protobuf often _already_ have a copy of the required jar on their classpath.
I don't see how that adds the `PackageInfo` to the packages imported from `pnpm`.
Presumably the new `rules_android` will also work with Bazel 6? We'd like to continue supporting that until Bazel 9 ships
We only support `blzmod` when using Bazel 7+, but we still want to support folks using Bazel 6 and workspace-based builds, and we normally try and keep rules we depend...
The warning is expected. Without it, there's no way to know that other modules are contributing to a particular set of artifacts being resolved. However, in this case, where the...