Document more awfulness

This commit is contained in:
David Baker 2020-02-17 17:31:01 +00:00
parent e2280ddf0e
commit 0bfc970619

View file

@ -76,3 +76,6 @@ Shortcomings
Hak doesn't know about dependencies between lifecycle stages, ie. it doesn't know that you need to
'fetch' and 'fetchDeps' before you can 'build', etc. You get to run each individually, and remember
the right order.
There is also a *lot* of duplication in the command execution: we should abstract away
some of the boilerplate required to run commands & so forth.