-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: add missing bzl_library
declarations to satisfy client stardoc
usage
#33
Conversation
they currently call bazel_feature_deps.
and _version_extension_impl to call it.
@fmeum Thanks for reviewing. Could we create a new release with this fix? |
I tried, but unfortunately we broke the BCR presubmit by introducing stardoc as a load dependency of the tests: bazelbuild/bazel-central-registry#1390 |
Ok. I will take a look and put up a PR. |
ouch, it just keeps getting more complicated. I feel like the actual bug is that stardoc is so intolerant of symbols it cannot load. |
True. However, it is the only tool that actually confirms that your Starlark build graph is correct. |
We need to pick up bazel-contrib/bazel_features#33
https://github.com/bazelbuild/rules_proto/commits/main/ has been red since Feb 12. We need to pick up bazel-contrib/bazel_features#33 to fix it. Allows the 6.0.0 release to complete.
bzl_library
targets.bzl_test
to ensure that the targets in this repository are valid.Closes #31.