-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vaughn Kottler edited this page May 5, 2022
·
5 revisions
- we aren't passing signals to the sub-processes (like keyboard-interrupt) and we need to fix that
- there needs to be a replacement for the tab-completion you get with just
make
, either we support tab-completion or we allow listing options with-l
or something - put readme snippets in config for things that derive from
mk
(actually maybe we should put that inmk
itself...) - does
mk
benefit at all fromdatazen
? - every phony and every function should be documented, so we should do some templating maybe
Also, how do we enforce 100% code coverage?
We also need to make venv
creation more sophisticated so that we don't install pointless stuff into "non dev" venv
s.