Mike Bland
Mike Bland
Rebased and passing after #1627, including latest Bazel 7.3.2.
On another note, I'm going to open a new PR to try to bump `rules_java` to 7.11.1 to see if it resolves this persistent "Bazel green head" CI breakage: ```txt...
Ah, just reminded myself of the problem with `rules_java` and `WORKSPACE`. Filed https://github.com/bazelbuild/rules_scala/issues/1625 for a general discussion, so it doesn't get buried here.
Rebased and passing after #1627, including latest Bazel 7.3.2.
BTW, I've just posted my willingness to contribute to Bzlmodification in https://github.com/bazelbuild/rules_scala/issues/1482#issuecomment-2389248501, if folks are cool with that. As stated there, I've a (mostly) working branch already.
@simuons My pleasure! I'm very close to having [the bzlmod branch in my fork](https://github.com/mbland/rules_scala/tree/bzlmod) passing `./test_all.sh`. I'll be carving off other independent pieces shortly. A question regarding Bazel 6 support:...
FYI, a brief status update: https://github.com/bazelbuild/rules_scala/issues/1482#issuecomment-2407784993 Basically, I'm very close to being done with my first draft, and anticipate sending more pull requests soon.
@simuons Sounds good to me!
While working on bazel-contrib/rules_scala#1761, I used the following patch to use `rules_python` 1.5.3 successfully on Windows ARM64: ```diff diff --git a/examples/crossbuild/MODULE.bazel b/examples/crossbuild/MODULE.bazel index cedb0731..668bf4b0 100644 --- a/examples/crossbuild/MODULE.bazel +++ b/examples/crossbuild/MODULE.bazel @@...
Yeah, I should've said 1.6.0. But it seems [aarch64-pc-windows-msvc build support already landed in 1.6.0-rc0](https://github.com/bazel-contrib/rules_python/blob/1.6.0-rc0/python/versions.bzl#L482), including the changes from #3116. Indeed, I just built successfully on my Windows ARM64 setup...