From 5eb58e4e0668dc7ffae03453b362e47915db3f7b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 4 Mar 2016 23:06:21 -0500 Subject: [PATCH] todo --- c/todo.txt | 10 +++++----- doc/mlr.1 | 4 ++-- doc/reference.html | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index b87134f64..158991853 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -8,9 +8,9 @@ TOP-OF-LIST SUMMARY * rh/fedora/centos mlr-3.4.0 -! cat -n isn't 1-up?!? fix code or doc. - ! oosvar-to-oosvar assignments with treecopy +! subselector emits + * neaten/xxxes/valgrind/UT/doc for unset/tri-split-null/+=etal/parameterized emit * double-check oosvar+emit+tri-split-null by re-implementing as many mappers as possible using ossvars + emit * readme re srec vs lrec @@ -21,8 +21,6 @@ TOP-OF-LIST SUMMARY ! xxxes * ack hash algo -? @x = $*; $x[@a] = $*; $* = @x; $* = @x[@] - * 64-bit lengths for containers. test with 5-billion-integer-seq data. ! screencaps for README.md & cover ! @@ -41,7 +39,8 @@ TOP-OF-LIST SUMMARY BIG: - oosvars - begin/end - - emit + - emit/all + - unset/all - bare-boolean and pattern-action SMALL: - filter @@ -59,6 +58,7 @@ PARAMETERIZED EMIT, UNSET, $* note rhs="" vs. remove key. unset is latter since rhs="" does former. cf. cut -x. * oosvar-to-oosvar assignments (w&w/o subselectors) with treecopy +* $* UTs * emit with subselector * multi-unset - UT diff --git a/doc/mlr.1 b/doc/mlr.1 index 444c798aa..ab7f76452 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2016-03-03 +.\" Date: 2016-03-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2016-03-03" "\ \&" "\ \&" +.TH "MILLER" "1" "2016-03-05" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/reference.html b/doc/reference.html index b088e8dc9..47e4362e9 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1097,9 +1097,9 @@ c 9
 $ mlr --csv cat -n data/a.csv data/b.csv
 n,a,b,c
-0,1,2,3
-1,4,5,6
-2,7,8,9
+1,1,2,3
+2,4,5,6
+3,7,8,9