Index: TODO =================================================================== diff -u -r9a1e1f585cad423f82dd15dbe974f8b1e5998f71 -re9d5dd4af67bdeeaa3052f5c010d135d899a6dd6 --- TODO (.../TODO) (revision 9a1e1f585cad423f82dd15dbe974f8b1e5998f71) +++ TODO (.../TODO) (revision e9d5dd4af67bdeeaa3052f5c010d135d899a6dd6) @@ -2706,9 +2706,19 @@ (was only there for "/obj/ info mixin classes") * extended regression test +- nsf.c + * first version of c-bases "info slots" for classes + * switch "-closure" just for class info method TODO: +- missing in c-based "info slots": + * handling of pattern (needed?) + * regression tests (eg. "$cls class info slots" vs. "$cls info slots", "-closure") + * base objectparameter on "info slots" +- The following is unsafe, but used in nx.tcl (and maybe as well by xotcl2.tcl) + obj method foo {{x ""}} { bar ... {*}$x } + - MixinComputeOrderFullList() could receive a flag to store source classes in checkList - if the check on eg. info-heritage-circular in test/info.method.tcl