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
could analyze sources and output the dependency graph of the files in a target. This could be helpful to output a set of targets that are smaller so the bazel's built in incrementalism is more effective.
and this could generate a new BUILD as output that has each file as a target with the correct dependencies.
This seems suboptimal for usability, but given bazel's model of compilation as a pure function from source to output artifact, this might part of a practical solution for making faster builds.
The text was updated successfully, but these errors were encountered:
Zinc:
https://github.com/typesafehub/zinc
could analyze sources and output the dependency graph of the files in a target. This could be helpful to output a set of targets that are smaller so the bazel's built in incrementalism is more effective.
so, you could have something like this:
and this could generate a new
BUILD
as output that has each file as a target with the correct dependencies.This seems suboptimal for usability, but given bazel's model of compilation as a pure function from source to output artifact, this might part of a practical solution for making faster builds.
The text was updated successfully, but these errors were encountered: