Move rules/private/gathering_providers.bzl to rules_gathering/gathering_providers.bzl - They should not have been in basic rules/... - buildifier keeps complaining about accesing things from private (ain't no 'friends' class in bazel) - Leave a temporary forwarder
This repository contains a set of rules and tools for
WARNING: The code here is still in active initial development and will churn a lot.
If you want to follow along:
Background reading: These is for learning about the problem space, and our approach to solutions. Concrete specifications will always appear in checked in code rather than documents.