Fabian Meumertzheim
Fabian Meumertzheim
Note that https://github.com/bazelbuild/bazel/issues/3054 will be resolved by 6.3.0, which may end up mostly solving this problem.
Directory symlinks aka junctions have been available on Windows for a long time and are relied upon by Bazel quite heavily. They could work here. A simple "solution" that is...
@rickeylev Not sure what the CI failures are about.
Would anyone be interested in funding work on this issue, e.g. through the IntelliJ or Rules Authors SIG?
This was more of a general question to assess interest, both from potential funders and contributors. The Rules Authors SIG usually pays on an hourly basis (see https://opencollective.com/bazel-rules-authors-sig), but sometimes...
I am also seeing what @mai93 is seeing. In fact, this works for me even on the Bazel repo itself, with `common --enable_bzlmod` added to `.bazelrc`. @soheil1987 How are you...
> also in https://github.com/bazelbuild/rules_jvm_external/tree/master/examples/bzlmod there are two WORKSPACE files, what are the differences? A `WORKSPACE.bzlmod` file takes precedence over `WORKSPACE` if Bzlmod is enabled and additionally removes a few repos...
@soheil1987 I tried that and it didn't work with that particular new Maven dependency, but only because rules_jvm_external doesn't seem to pick up all its transitive dependencies correctly. I tried...
The lookup procedure itself looks sound. It's really just the repo mapping logic that is missing. My JS is pretty rusty, so I would prefer someone else to implement this,...
@marcphilipp That's a neat solution for my use case with little new API surface. I like it, thanks for the quick response!