Starting to add tool builder. Extracting bundler file computation.

This commit is contained in:
Judson
2017-05-31 09:44:46 -07:00
parent e4bb4d4788
commit c4fc70f53c
7 changed files with 90 additions and 11 deletions
@@ -2,7 +2,7 @@ with builtins;
let
withIndexes = list: genList (idx: (elemAt list idx) // {index = idx;}) (length list);
testLine = report: "${okStr report} ${toString report.index} ${report.description}" + testDirective report + testYaml report;
testLine = report: "${okStr report} ${toString (report.index + 1)} ${report.description}" + testDirective report + testYaml report;
testDirective = report: "";