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

Add bzl_library targets for Stardoc compatibility #2620

Closed
wants to merge 1 commit into from

Conversation

aherrmann
Copy link

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

Adds bzl_library targets for //go:go_lib and //proto:proto_lib. The latter is a dependency of //go:go_lib.
These targets are required to generate Stardoc documentation for rule sets that themselves depend on rules_go.

Which issues(s) does this PR fix?

Fixes #2619

As well as `@io_bazel_rules_go//proto:proto_lib` as a dependency of
`@io_bazel_rules_go//go:go_lib`. This is needed to generate Stardoc
documentation for rule sets that themselves depend on `rules_go`.
@jayconrod
Copy link
Contributor

I'd prefer to go with #2621 instead of this PR. It's important that these targets follow conventions and can be maintained automatically.

@jayconrod jayconrod closed this Aug 24, 2020
@aherrmann
Copy link
Author

I'd prefer to go with #2621 instead of this PR. It's important that these targets follow conventions and can be maintained automatically.

Yes, that makes sense. Thank you for looking into it so quickly!

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.

rules_go provides no bzl_library targets
3 participants