From 5e8b64e91031fa0fcc950be4e4010f297f774c4b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 28 Sep 2016 17:02:14 -0400 Subject: [PATCH] todo --- c/todo.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index c55e783a6..bbc3820a6 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -18,16 +18,12 @@ PRE-RELEASE 4.6.0: ! valgrinds ! xxxes -! greatly generalize filter: simply insist it end in a bare boolean ? - - disallow filter() inside mlr filter; UT that - - many more UT cases for filter now - ---------------------------------------------------------------- UT FOR 4.6.0: * UT/mlh/mld func @ filter * disallow filter() inside filter -* insist on final bare boolean; allow others before that (incl. begin/end) +* insist on final bare boolean; allow others before that (incl. begin/end) (many tests) * UT/mlh/mld -e, and mixed -f and -e, for filter/put * no begin/end/func/subr within subr * print/printn zary @@ -51,6 +47,10 @@ To file: * mlh/mld func @ filter * absent vs. empty; unset $x vs. $x="". no null keyword. +filter expansion: +* mlh +* mld main sections; also search around elsewhere + vars: * clarify absent-null for variable assignments esp local. xref to homogeneity feature.