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

Make rules_closure conform to Style Guide for Rules #421

Open
2 of 4 tasks
Yannic opened this issue Sep 14, 2019 · 3 comments
Open
2 of 4 tasks

Make rules_closure conform to Style Guide for Rules #421

Yannic opened this issue Sep 14, 2019 · 3 comments

Comments

@Yannic
Copy link
Contributor

Yannic commented Sep 14, 2019

Tracking bug for making rules_closure conform to Bazel's Style Guide for Rules.

Known issues:

  • Dependencies / Toolchains should be declared by rules_closure_{dependencies,toolchains} in closure/repositories.bzl: https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies
  • Tests should live in //tests
  • Repo description should be Closure rules for Bazel
  • Workspace should be named rules_closure (Note: There are probably too many existing users now, so this is going to be a wontFix issue).
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
dslomov pushed a commit that referenced this issue Sep 16, 2019
…s,toolchains} (#423)

This PR adds macros to closure/repositories.bzl to make rules_closure
more compliant with Bazel's Style Guide for Rules.

Working towards #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
@Yannic
Copy link
Contributor Author

Yannic commented Oct 18, 2019

@alexeagle Can you handle the repo description issue?

@alexeagle
Copy link
Contributor

Sure, done, thanks for picking this up.

@Yannic
Copy link
Contributor Author

Yannic commented Oct 18, 2019

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants