Index: TODO =================================================================== diff -u -r05f429e6986a7ed8c8d36cad30609f457ec93281 -r35c67391973a07983d0b0dfe70706e6a69fbdbfc --- TODO (.../TODO) (revision 05f429e6986a7ed8c8d36cad30609f457ec93281) +++ TODO (.../TODO) (revision 35c67391973a07983d0b0dfe70706e6a69fbdbfc) @@ -837,6 +837,10 @@ - renamed tests/method-modifiers.xotcl to tests/method-modifiers.tcl - changed "require xotcl::test" to "... next::test" +- changed "require next" to "... nx" +- changed "require next::test" to "... nx::test" +- changed "require next::doc" to "... nx::doc" + TODO: - nameing * .c-code: @@ -852,7 +856,7 @@ next scripting language: ::nx::* next scripting framework: ::nx::core::* * distributed packages in namespace ::nx::* - * names of subpackages next::* + * names of subpackages nx::* * should we stay with ::nx::: as namespace prefix? The following looks inconsistent: @@ -861,6 +865,12 @@ package require next::test namespace import ::nx::* + * Now we have + + package require nx + package require nx::test + namespace import ::nx::* + - documentation - documentationssytem - langref (xotcl 2.0 + next-scripting) @@ -882,6 +892,7 @@ TODO "Kleinigkeiten" +- missing in git: ./tests/var-access.tcl - rename predefined.xotcl to .tcl - migrate further test from .xotcl to .tcl (based on next instead of xotcl) - check ::xotcl references in serializer