Skip to content
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

Remove deprecated closure_repositories() macro #476

Merged
merged 2 commits into from
Mar 20, 2020

Conversation

Yannic
Copy link
Contributor

@Yannic Yannic commented Mar 3, 2020

This was deprecated in favor of rules_closure_dependencies() and
rules_closure_toolchains() to be more consistent with other rules.
See https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies

Updates #421

Copy link
Collaborator

@gkdn gkdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to have readme changes here?

@Yannic
Copy link
Contributor Author

Yannic commented Mar 5, 2020

I did remove the warning that 0.10 is the last release to support closure_repositories() and couldn't resist replacing python with starlark.

@gkdn
Copy link
Collaborator

gkdn commented Mar 19, 2020

Do you mind separating those two patches?

This was deprecated in favor of `rules_closure_dependencies()` and
`rules_closure_toolchains()` to be more consistent with other rules.
See https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies

Updates bazelbuild#421
@Yannic
Copy link
Contributor Author

Yannic commented Mar 20, 2020

Thanks, done! Split python -> starlark change into #479

@gkdn gkdn merged commit 4925e62 into bazelbuild:master Mar 20, 2020
sgammon pushed a commit to sgammon/rules_closure that referenced this pull request Nov 7, 2020
This was deprecated in favor of `rules_closure_dependencies()` and
`rules_closure_toolchains()` to be more consistent with other rules.
See https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies

Updates bazelbuild#421
tfx-copybara pushed a commit to tensorflow/model-analysis that referenced this pull request Aug 4, 2021
Also replaces closure_repositories with latest closure rules.(bazelbuild/rules_closure#476)
We can drop zlib because the latest rules_closure includes protobuf 3.9 which solves the mentioned issue.

PiperOrigin-RevId: 388590270
ptmphuong pushed a commit to ptmphuong/rules_closure that referenced this pull request Dec 9, 2022
This was deprecated in favor of `rules_closure_dependencies()` and
`rules_closure_toolchains()` to be more consistent with other rules.
See https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies

Updates bazelbuild#421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants