Index: TODO =================================================================== diff -u -ra3b0e40438f4c944dac1c34387f4292e012f4bd0 -r08c2135a49ccdad2c7b524bf45df6ac32128ef88 --- TODO (.../TODO) (revision a3b0e40438f4c944dac1c34387f4292e012f4bd0) +++ TODO (.../TODO) (revision 08c2135a49ccdad2c7b524bf45df6ac32128ef88) @@ -1345,6 +1345,8 @@ - added "info method subcommands ..." to return list of subcommands (of the ensemble) - extended regression test - use always NULL instead of 0 when assigning to a pointer variable +- improve comments in nsf.c +- follow closer naming of Tcl style guide TODO: - check equivalence of the following two commands @@ -1354,12 +1356,9 @@ - subcmd * handle sucmd for other method factories - * handle introspection for subcmd nicely * handle absence of -create flag in resolve_method_path (for introspection) - * consider alternate method name/place for subcmds on classes - - currently, there are potentail conflicts between slots and ensemble objects - - provide a different place in the namesspaces could simplify this + - aliases on procs are a problem, when upvar is used (see info default/instdefault in xotcl2.tcl) - interfaces in documentation for slots (see for more details @@ -1621,3 +1620,7 @@ sudo make install ==================== +For future releases: + * consider alternate method name/place for subcmds (and/or slots) on classes + - currently, there are potentail conflicts between slots and ensemble objects + - provide a different place in the namesspaces could simplify this \ No newline at end of file