Closed honnix closed 1 month ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
I'm not entirely sure this change is reasonable, so please let me know if something doesn't make sense. Thanks.
Closes #238
Use
--consistent_labels
whencquery
is used to make sure the outputs of starlark format aligns with proto format.We could chose to always use
--consistent_labels
but it will be a breaking change for users who usequery
, bzlmod, and set--fineGrainedHashExternalRepos
.Strictly speaking, this is also a breaking change for users who use
cquery
, bzlmod, and set--fineGrainedHashExternalRepos
, but since bazel_diff doesn't really work for this combination (see #238), I think it is acceptable.I modified those two zip files adding
common --java_runtime_version=remotejdk_11
to.bazelrc
, otherwise cquery would fail.