Index: TODO =================================================================== diff -u -r39952278bc1e3aa6dda5df7cbe4cffc399f63b98 -r18122dd21b99cf0d5b4cd01635048641a23aa051 --- TODO (.../TODO) (revision 39952278bc1e3aa6dda5df7cbe4cffc399f63b98) +++ TODO (.../TODO) (revision 18122dd21b99cf0d5b4cd01635048641a23aa051) @@ -1223,8 +1223,17 @@ - adoped emulation layer in xotcl2 accordingly - extended regression test +- introduced ::nsf::isobject +- replaced in all scripts "::nsf::objectproperty ... object" by isobject + TODO: +- reflect changes in /is/objectproperty/info has/info is/ in migration guide - rename ObjectInfo2 & ClassInfo2 +- check equivalence of the following two commands + in respect to fully-qualified names + ::nsf::dispatch $obj ::nsf::cmd::ObjectInfo2::hastype $class + ::nsf::parametercheck object,type=$class $obj + - check "my" vs. "nsf::dispatch" in xotcl2.tcl - overthink decision about not showing "child objects" per default in "info methods" Index: doc/next-migration.html =================================================================== diff -u -r6f127ecf78a90478bc889376cb0cb0c05d55b451 -r18122dd21b99cf0d5b4cd01635048641a23aa051 --- doc/next-migration.html (.../next-migration.html) (revision 6f127ecf78a90478bc889376cb0cb0c05d55b451) +++ doc/next-migration.html (.../next-migration.html) (revision 18122dd21b99cf0d5b4cd01635048641a23aa051) @@ -1261,10 +1261,8 @@
obj isobject obj2
::nsf::objectproperty obj object
- obj info is object
- ::nsf::isobject obj
+