bazelbuild / rules_license

Apache License 2.0
80 stars 28 forks source link

Split providers.bzl in two. #75

Closed aiuto closed 1 year ago

aiuto commented 1 year ago

This keeps ownership and visibility clearer. Users can depend on the values in provider.bzl. The structs in gathering_providers.bzl should be considered private to the implementation.

Also, make it clear that MetadataInfo is experimental by renaming it.