Open
Description
Modules should be able to depend on other modules for early failure and to signify relations to developers. They will not automatically import those modules without the user specifying.
- Add
yard build -f
-f
signifies to force the build, ignoring module dependencies. This may be useful if you are using your own implementation instead of the signified required module. - Add
yard validate -r
command to validate a repository. A valid repository has no module cycles.
Activity