Add providers.bzl to shell/private:private_bzl#57
Merged
fmeum merged 1 commit intobazel-contrib:mainfrom Mar 25, 2026
Merged
Conversation
|
Yei! I was about to send a PR for this. #45 should prevent future regressions. |
psalaberria002
added a commit
to cognitedata/bazel-snapshots
that referenced
this pull request
Mar 25, 2026
Add stardoc and aspect_bazel_lib deps, generate API docs for defs.bzl, toolchain.bzl, and snapshots/private/snapshots.bzl into docs/. The write_source_files target in docs/ keeps committed docs in sync — CI catches drift automatically via bazel test //.... Pin rules_shell to 0.6.1 to work around a missing bzl_library for providers.bzl in 0.7.x (fix in bazel-contrib/rules_shell#57). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
github-merge-queue Bot
pushed a commit
to cognitedata/bazel-snapshots
that referenced
this pull request
Mar 25, 2026
* Add stardoc generation with docs committed to source tree Add stardoc and aspect_bazel_lib deps, generate API docs for defs.bzl, toolchain.bzl, and snapshots/private/snapshots.bzl into docs/. The write_source_files target in docs/ keeps committed docs in sync — CI catches drift automatically via bazel test //.... Pin rules_shell to 0.6.1 to work around a missing bzl_library for providers.bzl in 0.7.x (fix in bazel-contrib/rules_shell#57). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * gzl --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
fmeum
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This file is missing in the bzl_library target which makes starlark generation fail for example: