Skip to content
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 in mk itself...)
  • does mk benefit at all from datazen?
  • 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" venvs.

Resources

Clone this wiki locally