From 83c723fc50e2b38400db05c4dcc12e14d822cb42 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 30 Nov 2020 08:33:26 -0500 Subject: [PATCH] todo --- go/cases-to-do.txt | 1 - go/todo.txt | 13 ++++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/go/cases-to-do.txt b/go/cases-to-do.txt index 4adf6fef4..5e37a39ac 100644 --- a/go/cases-to-do.txt +++ b/go/cases-to-do.txt @@ -58,7 +58,6 @@ NEED EMITP/MULTI-EMIT/PRINT-WITH-REDIRECT rrv ./reg-test/cases/case-c-dsl-absent-empty.sh rrv ./reg-test/cases/case-c-dsl-break-continue.sh rrv ./reg-test/cases/case-c-dsl-for-oosvar-loops.sh -rrv ./reg-test/cases/case-c-dsl-for-oosvar-loops.sh rrv ./reg-test/cases/case-c-dsl-functional-tests.sh rrv ./reg-test/cases/case-c-dsl-indirect-oosvar-assignments.sh rrv ./reg-test/cases/case-c-dsl-lashed-emitp-singles.sh diff --git a/go/todo.txt b/go/todo.txt index 8e7b0bc2c..585bb54f2 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -2,11 +2,11 @@ TOP OF LIST: ! gating after: 'int x = 1; x = "abc"' +! verb skeletons +! auxents iterate +! strptime/strftime experiments ... ? doc shift/unshift as using [2:] and append -ongoing: -* commenting passes ... - small: * array-slice: x[2:] for x=[1] should be [] ? * justWroteEmptyLine -> pprint too ... @@ -15,15 +15,13 @@ small: * xls note (issue #396) @ file-format docs medium: -* function metadata: nargs & class - o reorder source-code layout not primarily by arity - o auto-sort on mlr -f? ? records as mlrmap -> mlrval? o reduce $* copy ... o opens the door to some (verb-subset) truly arbitrary-JSON processing ... +* commenting passes ... big: -* emitp/emitf +! emitp/emitf * json-null as type; & all dispo matrices/vectors ... * smart fmtnum * join verb @@ -350,3 +348,4 @@ NITS/NON-IMMEDIATE: * reorder locations of get/put/remove methods in mlrval/mlrmap * grep out all error message from reg-test outputs & doc them all & make sure index-searchable at readthedocs * short 'asserting' functions (absent/error); and/or put --strict or somesuch +* function metadata: auto-sort on mlr -f?