For large projects, it would be nice to not need to rebuild the dependency graph on each run. In its simplest form, this could be 2 additional flags for saving the graph to an output file and reading the graph from a saved file. A more advanced implementation might be able to automate this detecting file modifications, and only rescanning the modified packages.
For large projects, it would be nice to not need to rebuild the dependency graph on each run.
In its simplest form, this could be 2 additional flags for saving the graph to an output file and reading the graph from a saved file.
A more advanced implementation might be able to automate this detecting file modifications, and only rescanning the modified packages.