current args
Index: TODO =================================================================== diff -u -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 -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