Index: TODO =================================================================== diff -u -r1008a85cf8fe5d95365568f6c765a83389028ff2 -r3754364287df2dfdf79b81dfa69224eae19cf691 --- TODO (.../TODO) (revision 1008a85cf8fe5d95365568f6c765a83389028ff2) +++ TODO (.../TODO) (revision 3754364287df2dfdf79b81dfa69224eae19cf691) @@ -1230,6 +1230,9 @@ - replaced ::nsf::cmd::ClassInfo2 by ::nsf::cmd::ClassInfo - replaced ::nsf::cmd::ObjectInfo2 by ::nsf::cmd::ObjectInfo +- replaced argument order on objectproperty to make it conformant with Tcl conventions +- updated migration guide + TODO: - reflect changes in /is/objectproperty/info has/info is/ in migration guide - check equivalence of the following two commands Index: doc/next-migration.html =================================================================== diff -u -r18122dd21b99cf0d5b4cd01635048641a23aa051 -r3754364287df2dfdf79b81dfa69224eae19cf691 --- doc/next-migration.html (.../next-migration.html) (revision 18122dd21b99cf0d5b4cd01635048641a23aa051) +++ doc/next-migration.html (.../next-migration.html) (revision 3754364287df2dfdf79b81dfa69224eae19cf691) @@ -1222,41 +1222,31 @@
obj istype sometype
- ::nsf::objectproperty obj type sometype
-
obj info is type sometype
+ obj info has type sometype
obj ismixin cls
::nsf::objectproperty obj mixin cls
obj info is mixin cls
+ obj info has mixin cls
obj isclass ?cls?
::nsf::objectproperty obj|cls class
obj info is class
+ obj info is class
obj ismetaclass cls
::nsf::objectproperty obj|cls metaclass
- obj info is metaclass
::nsf::objectproperty cls baseclass
- cls info is baseclass
+ obj info is baseclass