Index: TODO =================================================================== diff -u -r95c4d29515cfda9283b406ba7a7ac1dd029de8c9 -r3cc93845be8bba214f09b9c6ec29e48de99175ff --- TODO (.../TODO) (revision 95c4d29515cfda9283b406ba7a7ac1dd029de8c9) +++ TODO (.../TODO) (revision 3cc93845be8bba214f09b9c6ec29e48de99175ff) @@ -3475,12 +3475,17 @@ * bring cmds to an alphabetical order (make maintenance easier) * add optical separators between doc items to ease reading +- fixed mem_count on contains.test +- nsf.c: + * minor cleanup + * added regression tests TODO: - private: * document private in tutorial + - add "property" and "attribute" and "info property" and "info slot ..." to migration guide - naming of slot classes * should we switch from "-class" to "-slotclass"? @@ -3498,8 +3503,6 @@ o1 info children ?-type class? ?pattern? - - add "property" and "attribute" and "info property" and "info slot ..." to migration guide - - doc/langRef2.xotcl vs library/xotcl/doc/langRef.xotcl - strange refcounting bug in 8.6b2 bug-is-86.tcl @@ -3526,19 +3529,6 @@ # variable uses nsf::is and attribute uses the slot obj. method variable should # be changed to use the slotobj as well. - - fix mem_count on contains.test (currently 4 / 4) - the minimal script seems to be the following and is related - to the following message - Warning: Have to fix refCount for obj 0x100924210 refCount 2 (name ::nx::Class::slot::__info) - ======================= - package require nx - package forget nx - package req nx - puts stderr ====EXIT - exit - ======================= - - - interface of "variable" and "attribute": * add switch -array for "variable"? (Just setting is trivial, handling setters and incremental setter is more work)