From 0bfc9706193fa0e20aee3991a0232d5a460516f4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 17 Feb 2020 17:31:01 +0000 Subject: [PATCH] Document more awfulness --- scripts/hak/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/hak/README.md b/scripts/hak/README.md index 0a889aa..3cb5172 100644 --- a/scripts/hak/README.md +++ b/scripts/hak/README.md @@ -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.