nsf

Clone Tools
  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- renamed mk_predefined.xotcl -> mk_predefined.tcl - renamed predefined.xotcl -> predefined.tcl - additional subcommand "info method parametersyntax <methodname>" returns parameters in a syntax similar to the tcl man pages - added ability to pass syntax for forwarded methods via set ::nx::core::signature(::nx::Object-method-forward) (experimental) - fixed documentation system to work with actual version - added undocumented methods for quality control in documentation - added checks for documented, but unavailable methods in documentation - added comparison of documented parameters vs. actual parameters in documentation

    • -0
    • +26
    /generic/mk_predefined.tcl
    • -0
    • +1456
    /generic/predefined.tcl
    • -5
    • +5
    /library/lib/doc-assets/command.html.tmpl
    • -16
    • +20
    /library/lib/doc-assets/object.html.tmpl
    • -0
    • +1817
    /library/lib/doc-tools.tcl
  1. … 3 more files in changeset.
- changed "Serializer.xotcl" to "serializer.tcl" (package name from xotcl::serializer to nx::serializer) - added stub for xotcl::serializer for backward compatibility - changed serializer to new namespaces - renamed xotcl.tcl to xotcl2.tcl - added proc finalize to xotcl2.tcl

    • -0
    • +812
    /library/lib/xotcl2.tcl
    • -849
    • +2
    /library/serialize/Serializer.xotcl
    • -0
    • +864
    /library/serialize/serializer.tcl
- changed stubs from xotcl to nx - first part of openacs updates

- 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