Elijah Newren
Elijah Newren
I'm not (currently) a bazel user, and am coming more from the Git side (I'm one of the other Git developers working on sparse-checkout capabilities), but I'd like to throw...
> But what you're suggesting makes a distinction between the "build files" (`BUILD`, `WORKSPACE`, `*.bzl`) needed to construct the dependency graph and "source files" (`*.cpp`, etc.) used to build the...
> > As far as I can tell, source files aren't needed on-disk until the "Execution" phase of the build, and external rules don't directly access the build files on...