From 491026aecccaefaa875c818b06991c6bcc7523ea Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 5 Apr 2016 09:37:22 -0400 Subject: [PATCH] todo --- c/todo.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/c/todo.txt b/c/todo.txt index 52ad4e184..632ae0d80 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -21,6 +21,8 @@ TOP-OF-LIST SUMMARY * 64-bit lengths for containers. test with 5-billion-integer-seq data. +!! MLRTUT !! + ! screencaps for README.md & cover ! * paragraph filter: mlr --nidx --rs '\n\n' --fs '\001' filter -x '$1 =~ "slls_from_line" && $1 =~ "mapper_reshape_parse_cli"' @@ -80,6 +82,17 @@ UT: ---------------------------------------------------------------- DOC: +* non-indexed oosvar assignments w/ mlrval rhs +* indexed oosvar assignmnts w/ mlrval rhs +* emit variants; dump w/ caveat +* begin/end blocks; put -q +* assignments with oosvars on both sides; recursive +* unset. note rhs="" vs. remove key. unset is latter since rhs="" does former. cf cut -x. +* assignments with $* as RHS +* assignments with $* as LHS + +--- + * oosvar-to-oosvar assignments (w&w/o subselectors) with treecopy * $* * emit, multi-emit, emit-all @ test-mlhmmv. note rhs="" vs. remove key. unset is latter since rhs="" does former.