-
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
Mark use_repo_rule
extension as reproducible
#21304
Conversation
@Wyverald Tested this on a project and it didn't seem to work, please don't merge yet. |
@Wyverald Nvm, what I saw in the lockfiles were the usages for the repo rules, which are still in there until we adopt the new lockfile format. Ready to merge! |
please delete the offending obsolete test case |
Also fix two typos.
a517b46
to
904f648
Compare
@bazel-io fork 7.1.0 |
This ensures that the attributes of repo rules used with `use_repo_rule` are not duplicated in the locked extension entry in the lockfile. They are still duplicated in the usages section of the lockfile. Also fix two typos. Closes bazelbuild#21304. PiperOrigin-RevId: 606660953 Change-Id: I5f7fa50dbacfafae22e4ea3fdb92e6bfb2beffc6
This ensures that the attributes of repo rules used with `use_repo_rule` are not duplicated in the locked extension entry in the lockfile. They are still duplicated in the usages section of the lockfile. Also fix two typos. Closes #21304. Commit 0523461 PiperOrigin-RevId: 606660953 Change-Id: I5f7fa50dbacfafae22e4ea3fdb92e6bfb2beffc6 Co-authored-by: Fabian Meumertzheim <[email protected]>
The changes in this PR have been included in Bazel 7.1.0 RC1. 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. |
This ensures that the attributes of repo rules used with
use_repo_rule
are not duplicated in the locked extension entry in the lockfile. They are still duplicated in the usages section of the lockfile.Also fix two typos.