Index: TODO =================================================================== diff -u -r38b96e36c03950b6d2617d8e0bb8477913172a89 -rcc94b154709f9bd3393fbbdb9af982a30b57dee0 --- TODO (.../TODO) (revision 38b96e36c03950b6d2617d8e0bb8477913172a89) +++ TODO (.../TODO) (revision cc94b154709f9bd3393fbbdb9af982a30b57dee0) @@ -2019,7 +2019,15 @@ (eg. Object create o; Object create o:x; o info children x" will return ::o::x) - extended regression test +- introduced a few forms of multiplicty + * 0..1 allow empty value + * 0..* list, can be empty (equivalent to 0..n) + * 1..* list, cannot be empty (equivalent to 1..n) +- deprecate multivalued in parameter specs in favor of multiplicty +- deprecate allowempty in parameter specs in favor of multiplicty +- adjust regression test + TODO: - "-returns"