From f81e7d89532fa7e60a172c90daeebd5a8e942169 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 2 Oct 2016 15:33:04 -0700 Subject: [PATCH] Update notes --- notes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes b/notes index b06c844..5a09957 100644 --- a/notes +++ b/notes @@ -6,10 +6,19 @@ notes . add parsing tests . check dependency ordering +- allow leading tabs or leading spaces, but not a mix + after leading tabs, additional spaces or tabs are allowed + for line continuation + after leading spaces, only additional spaces are allowed + for line continuation + - parsing tests . --list: make sure the right dependencies are listed . --show: make sure the recipe contents is parsed +make sure that bad names are disallowed +trigger all errors + - look through all justfiles for features of make that I use. so far: . phony . SHELL := zsh