Index: TODO =================================================================== diff -u -N -r56f4f317c47da838e5ba90bba28d0c14b11f2392 -r2f7d2e507326a689d70c580f4cf8c4c82c420bac --- TODO (.../TODO) (revision 56f4f317c47da838e5ba90bba28d0c14b11f2392) +++ TODO (.../TODO) (revision 2f7d2e507326a689d70c580f4cf8c4c82c420bac) @@ -5502,6 +5502,9 @@ - see no need, why we should "set nodashalnum for int types" - extended regression test +documentation: +- add current args to migration guide +- fix cut&paste error: replace "current currentclass" by "current calledclass" ======================================================================== TODO: Index: doc/next-migration.html =================================================================== diff -u -N -r2488a3699c78579fb1f4f1b4f2a8366946287fe5 -r2f7d2e507326a689d70c580f4cf8c4c82c420bac --- doc/next-migration.html (.../next-migration.html) (revision 2488a3699c78579fb1f4f1b4f2a8366946287fe5) +++ doc/next-migration.html (.../next-migration.html) (revision 2f7d2e507326a689d70c580f4cf8c4c82c420bac) @@ -5610,6 +5610,32 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} +
self args
+
+
+
current args
+ + +
+
self proc
-
current currentclass
+
current calledclass
@@ -6358,7 +6384,7 @@ Index: doc/next-migration.txt =================================================================== diff -u -N -r2488a3699c78579fb1f4f1b4f2a8366946287fe5 -r2f7d2e507326a689d70c580f4cf8c4c82c420bac --- doc/next-migration.txt (.../next-migration.txt) (revision 2488a3699c78579fb1f4f1b4f2a8366946287fe5) +++ doc/next-migration.txt (.../next-migration.txt) (revision 2f7d2e507326a689d70c580f4cf8c4c82c420bac) @@ -2632,6 +2632,14 @@ ---------------- |[source,tcl] ---------------- +self args +---------------- +|[source,tcl] +---------------- +current args +---------------- +|[source,tcl] +---------------- self proc ---------------- |[source,tcl] @@ -2644,7 +2652,7 @@ ---------------- |[source,tcl] ---------------- -current currentclass +current calledclass ---------------- |[source,tcl] ----------------