-
Notifications
You must be signed in to change notification settings - Fork 112
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
Make rules_closure conform to Style Guide for Rules #421
Comments
Yannic
added a commit
to Yannic/rules_closure
that referenced
this issue
Sep 14, 2019
…s,toolchains} This PR adds macros to closure/repositories.bzl to make rules_closure more compliant with Bazel's Style Guide for Rules. Working towards bazelbuild#421
sgammon
pushed a commit
to Bloombox/rules_closure
that referenced
this issue
Oct 17, 2019
…s,toolchains} (bazelbuild#423) This PR adds macros to closure/repositories.bzl to make rules_closure more compliant with Bazel's Style Guide for Rules. Working towards bazelbuild#421
@alexeagle Can you handle the repo description issue? |
Sure, done, thanks for picking this up. |
Thank you! |
Yannic
added a commit
to Yannic/rules_closure
that referenced
this issue
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 bazelbuild#421
Yannic
added a commit
to Yannic/rules_closure
that referenced
this issue
Mar 20, 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
Yannic
added a commit
to Yannic/rules_closure
that referenced
this issue
Mar 20, 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
gkdn
pushed a commit
that referenced
this issue
Mar 20, 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
sgammon
pushed a commit
to sgammon/rules_closure
that referenced
this issue
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
ptmphuong
pushed a commit
to ptmphuong/rules_closure
that referenced
this issue
Dec 9, 2022
…s,toolchains} (bazelbuild#423) This PR adds macros to closure/repositories.bzl to make rules_closure more compliant with Bazel's Style Guide for Rules. Working towards bazelbuild#421
ptmphuong
pushed a commit
to ptmphuong/rules_closure
that referenced
this issue
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
Tracking bug for making rules_closure conform to Bazel's Style Guide for Rules.
Known issues:
rules_closure_{dependencies,toolchains}
inclosure/repositories.bzl
: https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies//tests
Closure rules for Bazel
rules_closure
(Note: There are probably too many existing users now, so this is going to be awontFix
issue).The text was updated successfully, but these errors were encountered: