Harness.Manifest (Harness v0.2.5) View Source
A local project's harness configuration
Link to this section Summary
Functions
Loads the manifest onto the project stack and loads dependencies
reads the manifest file from the path
Link to this section Functions
Loads the manifest onto the project stack and loads dependencies
By clearing and pushing a fake project onto the Mix.ProjectStack
, we can
utilize large parts of the Mix codebase without much hacking or rewriting.
This function clears the existing stack and pushes a configuration onto it.
Most of the configuration follows the defaults, but the dependencies are
read from the harness manifest (harness.exs
) and the dependency versions
are locked to harness.lock
.
reads the manifest file from the path