Index: TODO =================================================================== diff -u -ra0fcdf2a37c96ec3d240d52d8906c1cfd5ef4348 -rb44ba341aa4dc2d759201f6413dc2ef36eba555d --- TODO (.../TODO) (revision a0fcdf2a37c96ec3d240d52d8906c1cfd5ef4348) +++ TODO (.../TODO) (revision b44ba341aa4dc2d759201f6413dc2ef36eba555d) @@ -5979,14 +5979,6 @@ in most cases. And we gain a more unified interface (stripping away one unique path to Param* machinery)? -- nsf::proc should also have a -returns option, right? - -% ::nsf::proc x -required argument 'arguments' is missing, should be: - ::nsf::proc ?-ad? ?-checkalways? ?-debug? ?-deprecated? /procName/ /arguments/ /body/ -% nsf::proc x {-a:integer} -returns alnum {;} -invalid argument 'alnum', maybe too many arguments; should be "nsf::proc ?-ad? ?-checkalways? ?-debug? ?-deprecated? /procName/ /arguments/ /body/" - - nsf::parseargs would need some more love: * what is the intended behavior, in these edge cases?