-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Avoid emitting canonical labels into generated repos #20810
Conversation
fb8f3ca
to
0ebc477
Compare
As long as bazelbuild#20722 isn't resolved, the canonical name for the given apparent name can change without the repo rule being refetched.
0ebc477
to
1bbb52e
Compare
Just so I understand, this won't break any users, right? We did this originally to anticipate for the move of Side note: I think we need to eventually deprecate |
I think that this is safe, these are pure forwarders except for a tag. With the caveat that someone out there may be patching rules_java with custom rule logic, but I don't think that's a supported use case. |
OK. I think I'm more comfortable with cherry-picking this one for 7.0.1 (instead of waiting on a fix for #20722). WDYT? |
I agree, 7.0.1 is probably already the largest point release ever. |
@bazel-io fork 7.0.1 |
@bazel-io fork 7.1.0 |
As long as bazelbuild#20722 isn't resolved, the canonical name for the given apparent name can change without the repo rule being refetched. Closes bazelbuild#20810. PiperOrigin-RevId: 597048244 Change-Id: I225424cc32e572b26c6d6e76e2c09c4d2e6a4ba6 Closes bazelbuild#20825
As long as bazelbuild#20722 isn't resolved, the canonical name for the given apparent name can change without the repo rule being refetched. Closes bazelbuild#20810. PiperOrigin-RevId: 597048244 Change-Id: I225424cc32e572b26c6d6e76e2c09c4d2e6a4ba6 Closes bazelbuild#20825
The changes in this PR have been included in Bazel 7.0.1 RC2. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
As long as #20722 isn't resolved, the canonical name for the given apparent name can change without the repo rule being refetched. Closes #20810. Commit 1c45bc5 PiperOrigin-RevId: 597048244 Change-Id: I225424cc32e572b26c6d6e76e2c09c4d2e6a4ba6 --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
As long as #20722 isn't resolved, the canonical name for the given apparent name can change without the repo rule being refetched.