From 42c2f2d015be21eda05abd576330b561d1607855 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 3 Aug 2016 09:25:05 -0400 Subject: [PATCH] todo --- c/todo.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index c4d3b4a40..7dd124aa4 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -12,12 +12,12 @@ TOP OF LIST: ! go through lmag article & clarify all unclears -* sec2gmt/sec2gmtdate("NULL") -> leave as is - - UTs x verbs x 2; fcns x 2 - ! think hard and long about tee/emit/>/>> etc before release - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +POPEN: +* in addition to > and >>, support | to popen'ed process. esp. gzip et al. + COMMON: * mlr -k needs >/>> examples incl. stdout/stderr/file. also some subset at mlr put -h. * keywords: mk cmt xrefs mlr -k <-> parse.l. @@ -28,9 +28,6 @@ COMMON: * ut-cases 1-1 with parser rules * UTs incl. mapper tee -CONCRETE FOR PRINT/DUMP: -* undocument eprint/dump. - COOKBOOK: * mlr --from ../data/big.dkvp put -q 'tee > $a.$b.".txt", $*' wc -l ??????.txt @@ -43,7 +40,6 @@ COOKBOOK: OTHER: * mapper nothing: UTs, in various then-chains; mlh; mld -? in addition to > and >>, support | to popen'ed process? esp. gzip et al. ---------------------------------------------------------------- FOR 4.4.0: @@ -61,9 +57,11 @@ FOR 4.4.0: * early out for unkeyed head +* sec2gmtdate is new +* sec2gmt and sec2gmtdate both leae non-numbers as-is. + * universalize the dot operator. all this string(a).string(b) is going to get really old. * $x=="" vs isempty($x) nonsense -* sec2gmtdate * mapper nothing to mld ----------------------------------------------------------------