samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

Design an implement a good `assemblage check` command #142

Closed dbuenzli closed 4 years ago

dbuenzli commented 9 years ago

Part's have a self-check function that is largely unimplemented for now but which should capture common pitfalls about a part mispecifications. Other than that assemblage check should check the constitency of the specification (e.g. that all the tools used by actions in the configuration are executable, that the package existing in the configuration are, etc.).