Index: TODO
===================================================================
diff -u -r086816f529d19d7ea2c7de455cbfe7c0d2f46643 -r89376e0f64856bb395fdb4407c9646787545a08b
--- TODO (.../TODO) (revision 086816f529d19d7ea2c7de455cbfe7c0d2f46643)
+++ TODO (.../TODO) (revision 89376e0f64856bb395fdb4407c9646787545a08b)
@@ -87,7 +87,7 @@
to achiev conformance with ::xotcl::forward and ::xotcl::method
--per-obejct
+-per-object
nach methodName:
vor methodName: alias forward method methodproperty setter
@@ -582,7 +582,7 @@
- removed obsolete generic/xotclAppInit.c
- changed loading method in xotclsh from Xotcl_Init() to Tcl_PkgRequire()
-- updating tcl.m4 to the actual verison (TEA 3.7)
+- updating tcl.m4 to the actual version (TEA 3.7)
- minor cleanup (varresolution test and comment)
- defined "xotcl::current" as synonym for "::xotcl::self"
@@ -1355,8 +1355,13 @@
in respect to fully-qualified names
::nsf::dispatch $obj ::nsf::cmd::ObjectInfo2::hastype $class
::nsf::parametercheck object,type=$class $obj
- extended regression test (paramters.tcl)
+ extended regression test (parameters.tcl)
+- renamed "parameter" into "attributes" in nx
+- renamed "info parameter" into "info attributes" in nx
+- updated migration guide
+- fixed several common typos
+
TODO:
- subcmd
* handle sucmd for other method factories
Index: doc/next-migration.html
===================================================================
diff -u -rd168a26bce713de8daa5bbe79d740926e961c5bc -r89376e0f64856bb395fdb4407c9646787545a08b
--- doc/next-migration.html (.../next-migration.html) (revision d168a26bce713de8daa5bbe79d740926e961c5bc)
+++ doc/next-migration.html (.../next-migration.html) (revision 89376e0f64856bb395fdb4407c9646787545a08b)
@@ -389,6 +389,11 @@
Object create o {
@@ -636,7 +641,7 @@
-
:attribute oa2
}
+
+ Class create C \
-attributes {
+ x
+ {y 1}
+ }
XOTcl | Next Scripting Language |
- Class create Foo -parameter {a {b 1}} |
# Required parameter |
# Required parameter |
---|