General refactoring
This tag replaces the digraph:graph()
and map()
representations of DAGs and vertices with record representations. Hopefully this improves type checking and future extension.
A notable change is that wrek:put_data/2
has been renamed to wrek:put_sandbox
. It was an exposed function that was meant for internal use, and all it was being used for was for writing the paths of sandboxes in to the DAG. If you were relying on wrek:put_data/2
, I'm very sorry.