You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add bzl_library for defs.bzl and its dependencies (bazel-contrib#1115)
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 bazel-contrib#1069
0 commit comments