Milan Vukov
Milan Vukov
[1e16de8](https://github.com/mvukov/rules_ros2/pull/238/commits/1e16de8c3797d94b54ea589524fa7be0e45481d9) looks promising, thanks for the efforts. We shall wait for the new rules_python release, right?
BTW, my .bazelrc looks like https://github.com/mvukov/rules_ros2/blob/main/.bazelrc.
My current understanding is that Bazel msg such as `Computing main repo mapping` only happens when bzlmod is enabled. I am puzzled why it happens in my case where I...
This also happens with the current rules_rust 0.45.1 and Bazel 7.1.2.
I've never experienced this behavior/issues from Bazel before I started working with rules_rust. Have you experienced something similar? Or you already switched to bzlmod?
OK, thanks for the info. I also figured out in the meantime that Bazel 7.x always computes repo mappings. I think this issue is really about bzlmod vs nobzlmod in...
I thought about that. The steps I listed above are from a single terminal session, no e.g. vscode terminal. FWIW, my installation doesn't have rust-analyzer. Digging deeper...