Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Mar 21, 2022
1 parent d03ef16 commit e6c24ca
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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' ?
Expand Down Expand Up @@ -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 :(
Expand All @@ -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 ...

================================================================
Expand Down

0 comments on commit e6c24ca

Please sign in to comment.