Index: TODO =================================================================== diff -u -r137f717b92ca826ee943e8c4e74d3151859c378a -r0d35d1ccd86f2b72296ff01d0d83747ca1c0de65 --- TODO (.../TODO) (revision 137f717b92ca826ee943e8c4e74d3151859c378a) +++ TODO (.../TODO) (revision 0d35d1ccd86f2b72296ff01d0d83747ca1c0de65) @@ -1675,7 +1675,14 @@ used for setter and attributes - call scripted converters without checking protection +- removed defaultMethodCallProtection from tests/parameters.tcl +- Implemented built-in-converter for "baseclass" and "metaclass". + Change in performance for this call. >8 times faster + before: parameters/parametercheck.007: 19.49 mms, ::nsf::is baseclass C + after: parameters/parametercheck.007: 2.32 mms, ::nsf::is baseclass C +- remove scripted definition of "baseclass" and "metaclass" + TODO: - cleanup of xotcl-aol @@ -1824,8 +1831,6 @@ 2) kein "modules" beim ns sudo cp /usr/local/aolserver/modules/tcl/xotcl.tcl /usr/local/ns/tcl/ -- implement built-in-converter for "baseclass" and "metaclass"? - - the two flags "-objscope" and "-nonleaf" are for adding frames, and they are mutual exclusive. Make them a single flag? check if both options are in every case sensible.