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

feat: add bzl_library for defs.bzl and its dependencies #1115

Merged
merged 1 commit into from
Mar 8, 2023

Commits on Mar 8, 2023

  1. fix: add bzl_library for defs.bzl and its dependencies

    This is so that the transitive dependencies of defs.bzl can be easily
    found and validated; some Google internal tooling does this validation.
    
    The old comment indicated bzl_library wasn't used to avoid a dependency
    on skylib, however, we've since added a dependency on skylib.
    
    Work towards bazelbuild#1069
    rickeylev committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    32b09da View commit details
    Browse the repository at this point in the history