-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MODULE.bazel.lock update failure when bumping Stardoc dep from 0.7.0 to 0.7.1 #257
Comments
I can reproduce the failure: mkdir x
cd x
echo 'bazel_dep(name = "stardoc", version = "0.7.0")' > MODULE.bazel
USE_BAZEL_VERSION=7.4.0 bazelisk mod deps
sed -e 's/0.7.0/0.7.1/' -i MODULE.bazel
USE_BAZEL_VERSION=7.4.0 bazelisk mod deps --lockfile_mode=update
USE_BAZEL_VERSION=7.4.0 bazelisk mod deps --lockfile_mode=error Result: @Wyverald - any suggestions for what is happening here? |
This breakage appears only with Bazel 7.4.0 (reproducer works fine in Bazel 7.3.2) |
This is ultimately an issue in r_j_e that should be fixed by bazel-contrib/rules_jvm_external#1265. The warning comes from bazelbuild/bazel@8cee5f5. I recall that it didn't result in failures when I tried it on r_j_e a while back, but that may have changed in the meantime. |
Thank you for looking into this! I'll hold off upgrading for now. |
… release 0.7.2 Fixes bazelbuild#257
I ran into this problem; I found that putting a redundant dependency in my
I don't need Line 10 in 46fd77a
Really, version 6.5 is available, but I found you really need to get off If this release that mitigates is almost shipping, it's probably too late, but if you're stuck, claiming an unnecessary direct dependency unblocked me. |
* fix: include startable/ctp_stop to show the SPK is startable * fix: mitigate bazelbuild/stardoc#257
I am upgrading stardoc from 0.7.0 to 0.7.1 and get the following warning when updating MODULE.bazel.lock:
MODULE.bazel.lock ends up broken:
I am using Bazel 7.4.0. Thanks!
The text was updated successfully, but these errors were encountered: