Index: TODO =================================================================== diff -u -re92bab3b262d521ac909fd8956352473909197fb -rd15bb1fa36c4f2cf118b2ce915928294e762d336 --- TODO (.../TODO) (revision e92bab3b262d521ac909fd8956352473909197fb) +++ TODO (.../TODO) (revision d15bb1fa36c4f2cf118b2ce915928294e762d336) @@ -3243,7 +3243,9 @@ 2 test are still open with tcl 8.5.10 (contains.test and xotcomm.test) - documented functions in nsfTrace.c - updated next-tutorial to the current naming conventions +- added tests for using submethod handles + TODO: - strange refcounting bug in 8.6b2 bug-is-86.tcl @@ -3307,9 +3309,6 @@ - call user defined setter in object parameters? - - [obj/cls info method handle "FOO foo"] does neither return a proper - submethod handle nor any valid handle ... needs a fix. - - NsfObjWrongArgs() & friends is not aware of submethods. Error messages print with the leaf method names only, e.g.: "anObj method ..." instead of " anObj info method ..." etc.