Index: TODO =================================================================== diff -u -r475bb7279b7df4c5bbdb90986ec3dfd988cf8776 -r6f127ecf78a90478bc889376cb0cb0c05d55b451 --- TODO (.../TODO) (revision 475bb7279b7df4c5bbdb90986ec3dfd988cf8776) +++ TODO (.../TODO) (revision 6f127ecf78a90478bc889376cb0cb0c05d55b451) @@ -1198,6 +1198,9 @@ - make sure to test next to non-existing shadowed method in connections with filters and unknwon handlers +- documented incompatiblity of object-invocation via method + interface (due to ensemble objects) in migration guide + TODO: - check "my" vs. "nsf::dispatch" in xotcl2.tcl @@ -1218,12 +1221,7 @@ - aliases on procs are a problem, when upvar is used (see info default/instdefault in xotcl2.tcl) -- add incompatiblity to migration guide - Foo slot ints eval { set :incremental 1; :optimize} - should become: - Foo::slot::ints eval { set :incremental 1; :optimize} - - interfaces in documentation for slots (see for more details ::nx::Class#superclass in nx.tcl). - nameing