mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 20:12:19 +00:00
todo
This commit is contained in:
parent
8462b39af2
commit
83c723fc50
2 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
13
go/todo.txt
13
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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue