nsf

Clone Tools
  • last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- changed stubs from xotcl to nx

    • -0
    • +178
    /generic/nx.decls
    • -0
    • +447
    /generic/nxDecls.h
    • -0
    • +117
    /generic/nxInt.decls
    • -0
    • +57
    /generic/nxIntDecls.h
    • -0
    • +88
    /generic/nxStubInit.c
    • -0
    • +102
    /generic/nxStubLib.c
  1. … 9 more files in changeset.
- changed pkgIndex reference for .so file from next ot nx

- added section about registering filters and mixin to migration guide - moved and transformed to next tests/mixinoftest.xotcl -> tests/mixinoftest.tcl - moved and transformed to next tests/object-system.xotcl -> tests/object-system.tcl

    • -0
    • +514
    /tests/mixinoftest.tcl
    • -0
    • +200
    /tests/object-system.tcl
- added section abput registration of mixins and filters

- added missing file

- changed prefix

    • -0
    • +72
    /tests/var-access.tcl
- changed "require next" to "... nx" - changed "require next::test" to "... nx::test" - changed "require next::doc" to "... nx::doc"

  1. … 19 more files in changeset.
- update of migration guide

- minor documentation updates

    • -0
    • +914
    /doc/next-migration.html
- renamed tests/method-modifiers.xotcl to tests/method-modifiers.tcl - changed "require xotcl::test" to "... next::test"

    • -0
    • +279
    /tests/method-modifiers.tcl
  1. … 8 more files in changeset.
- rename xotcl1.xotcl to xotcl.tcl - some cleanup (version variables, etc.) in xotcl.tcl

    • -0
    • +810
    /library/lib/xotcl.tcl
- get rid of ":::xotcl::use" - renamed tests based on next from .xotcl to .tcl - extended regression tests - use namespace ::nx::test instead of ::xotcl::test - use namespace ::nx::serializer instead of ::xotcl::serializer

    • -0
    • +210
    /apps/scripts/soccerClub2.tcl
    • -0
    • +172
    /library/lib/make.tcl
    • -0
    • +152
    /library/lib/test.tcl
    • -0
    • +381
    /tests/aliastest.tcl
  1. … 10 more files in changeset.
- added minimal stack example

    • -0
    • +21
    /apps/scripts/stack.tcl
- Implemented "Class info parameter" in Tcl, aliases for xotcl. Now both definition of parameters and setting of __parameter are in Tcl.

- generalized comment removal code in mk_predefined

- change mk_predefined to handle longish comments in predefined.xotcl (due to documentation system)

- minor typographical changes

- cover different kind of methods and method protection in mirgration guide

- changed one more int to size_t

- use size_t where appropriate - added notnull annotations

- provide error messages for [objectproperty ... type ...] - replace 0 by NULL in calls to GetClassFromObj() - extended regression test

- reanimated "info vars" to show locals in eval method

- removed "[o exists varname]" from next scripting language

- updated migration guide - updated TODO

- copied infoObjectMethod and infoClassMethod decls as comments to xotcl.c, aligned order of method definitions

- renamed varresolutiontest to .tcl - updated TODO

    • -0
    • +720
    /tests/varresolutiontest.tcl
- new function CheckVarName() to check for colons in instance variable names - unified name-checking in "nx::var import|exists|set" - extended regression test

Merge branch 'nx-doc' into 2.0.0-develop

- I created a first draft of the nx language manual, based on the new next::doc facilities. It is still incomplete, but demonstrates the use of next::doc for authoring code documentation.

To re-create the language reference (which is not yet integrated into

the build environment), run:

./nextsh tests/doc.xotcl

You will then find an output directory "NextLanguageCore" in your

/tmp/ directory.

- The next::doc comments which are sourced for generating the manual

can be found in generic/gentclAPI.decls and

generic/predefined.xotcl. I tried to add most comments to the

former, as the complexity of the predefined script does not comfort

documentation comments (and vice versa).

- Applied many fixes to the templates (based on the needs of the

language reference)

    • -7
    • +11
    /library/lib/doc-assets/command.html.tmpl
    • -3
    • +3
    /library/lib/doc-assets/object.html.tmpl
    • -1
    • +1
    /library/lib/doc-assets/package.html.tmpl
- migration guide overhaul