Index: TODO =================================================================== diff -u -r5016c5d2fee323133f57ad401f1aa4f9d927cd2a -re0f76d3c77189390606cd60012bff72e9bbb14a9 --- TODO (.../TODO) (revision 5016c5d2fee323133f57ad401f1aa4f9d927cd2a) +++ TODO (.../TODO) (revision e0f76d3c77189390606cd60012bff72e9bbb14a9) @@ -2681,7 +2681,15 @@ - if the tests on the last two tests fails, we get an exception (should go away, when the duplicates are eliminated). +- what to do with "info heritage" + a) keep the new version (slightly incompatible in XOTcl) + b) provide a scripted compatible version in "info superclass" + (might be confusing, when using XOTcl and nx in the same script) + c) provide an additional flag to obtain mixins (not nice, since base + version is useless) + - there are probably many more places, where NsfClassListFind() could be used. + - ::nsf::method::exists /handle/ -> check, if handle is a handle of a registered method (to be be used in serializer alias-dependency) - profiling missing when NSF_INVOKE_SHADOWED_TRADITIONAL is turned off.