This commit is contained in:
John Kerl 2020-11-30 08:33:26 -05:00
parent 8462b39af2
commit 83c723fc50
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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?