This commit is contained in:
John Kerl 2016-09-28 17:02:14 -04:00
parent 6b83f0301d
commit 5e8b64e910

View file

@ -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.