mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
todo
This commit is contained in:
parent
d03ef16cfc
commit
e6c24ca8a8
1 changed files with 2 additions and 13 deletions
15
todo.txt
15
todo.txt
|
|
@ -25,18 +25,11 @@ RELEASES
|
|||
================================================================
|
||||
FEATURES
|
||||
|
||||
----------------------------------------------------------------
|
||||
RUNTIME LINE/COLUMN NUMBERS
|
||||
|
||||
internal/pkg/dsl/cst/for.go
|
||||
895: // TODO: propagate line-number context
|
||||
|
||||
internal/pkg/dsl/cst/if.go
|
||||
132: // TODO: line-number/token info for the DSL expression.
|
||||
|
||||
----------------------------------------------------------------
|
||||
STRICT MODE
|
||||
|
||||
? re silent zero-pass for-loops on non-collections:
|
||||
|
||||
i theme is handling of 'absent'
|
||||
|
||||
? what about handling of 'error' ?
|
||||
|
|
@ -211,7 +204,6 @@ inference:
|
|||
================================================================
|
||||
UX
|
||||
|
||||
* ?xyz and ??xyz in repl, for :help and :help find respectively
|
||||
? NF?
|
||||
|
||||
! bnf fix for '[[' ']]' etc -- make it a nesting of singles. since otherwise no '[[3,4]]' literals :(
|
||||
|
|
@ -230,9 +222,6 @@ UX
|
|||
? fmtnum(98, "%3d%%") -- ? workaround: fmtnum(98, "%3d") . "%"
|
||||
? main-level (verb-level?) flag for "," -> X in verbs -- in case commas in field names
|
||||
? trace-mode ?
|
||||
? re silent zero-pass for-loops on non-collections:
|
||||
o intended as a heterogenity feature ...
|
||||
o consider a --errors or --strict mode; something
|
||||
? $0 as raw-record string -- ? would make mlr grep simpler and more natural ...
|
||||
|
||||
================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue