Skip to content

General refactoring

Compare
Choose a tag to compare
@rkallos rkallos released this 28 Nov 21:45
· 28 commits to master since this release
8b8abce

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.