Index: TODO =================================================================== diff -u -r76fadfb3f603f8f96a6064f4bb5342133923ec53 -r743d16c975ed13a6753d36eee38dc55395fcfed2 --- TODO (.../TODO) (revision 76fadfb3f603f8f96a6064f4bb5342133923ec53) +++ TODO (.../TODO) (revision 743d16c975ed13a6753d36eee38dc55395fcfed2) @@ -1130,13 +1130,23 @@ - use prefix sub= for methods invoked on "object as method" - change further instances of "my connection" to "[self]::connection" in xo*comm* +- implemented "object-methods-only" as alternative for prefix for + invoke "object as a method" +- added option "-returns" to Object.method + TODO: - deeper analysis of "contains" - check feasability of "obj info filter guard name" etc. - unify SubcmdObj() and ParamCheckObj() handling? - provide new tests for "TODO: changed xxxx" +- add incompatiblity to migration guide + Foo slot ints eval { set :incremental 1; :optimize} + should become: + Foo::slot::ints eval { set :incremental 1; :optimize} +- add option "-returns" to Class.method or remove + - interfaces in documentation for slots (see for more details ::nx::Class#superclass in nx.tcl). - nameing