xotcl

Clone Tools
  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- removed XOTCL_METHODTYPE_OBJECT from XOTCL_METHODTYPE_BUILTIN - default methodtype returns now everything, which is a true method (except objects) - methodtype -all includes objects - the object "slot" does not appear now in the method listing per default for classes having slots

  1. … 4 more files in changeset.
- changed "info method filter ...." into "info callable filter ..." - fixed "o info callable method" in some cases with mixins - extended regression test - updated migration guide

  1. … 6 more files in changeset.
- renamed "info method name ..." into "info method handle ...", since it returned already the handle - renamed ListMethodName() to ListMethodHandle() - changed output of "info callable -which ..." from definition to method handle - renamed "info callable -which ..." into "info callable method ..." - updated regression test to reflect the changes

  1. … 12 more files in changeset.
- removed method "filtersearch" from nx.tcl - added "obj info method filter methodName" to nx - updated xotcl.2 to use new filtersearch imprementation - updated migration guide

  1. … 5 more files in changeset.
- upgraded to TEA 3.9

    • -2
    • +1
    ./library/store/XOTclGdbm/configure.in
    • -139
    • +138
    ./library/store/XOTclGdbm/tcl.m4
    • -213
    • +55
    ./library/store/XOTclSdbm/configure
    • -2
    • +1
    ./library/store/XOTclSdbm/configure.in
    • -139
    • +138
    ./library/store/XOTclSdbm/tcl.m4
    • -3
    • +0
    ./library/xml/TclExpat-1.1/Makefile.in
    • -213
    • +56
    ./library/xml/TclExpat-1.1/configure
    • -2
    • +1
    ./library/xml/TclExpat-1.1/configure.in
    • -139
    • +138
    ./library/xml/TclExpat-1.1/tcl.m4
  1. … 5 more files in changeset.
- replaced several occurrences of "eval" in nx.tcl and xotcl2.tcl

  1. … 2 more files in changeset.
- Implemented "interp alias" support for classes. In some cases. interp-aliased classes worked already without additional code, but e.g. in "... -superclass C ..." it failed. Without this feature, one could not reuse a class with a different namespace, unless it was explicitely "namespace exported" in the source. The problem was the implementation of "::nx::Attribute", which should not be exported in nx (most people do a "namespace import ::nx::*") because there is no need to do so, but ::xotcl::Attribute should reuse it - without subclassing). .... However, we still seem to have a problem, when the interp-aliased Class is exported and imported to a different namespace.

- removed definition of slots from nx, changed regression tests

examples to to ::attribute instead of -slots

  1. … 6 more files in changeset.
- moved all exports of nsf to predefined.tcl - made imports in xotcl2 and nx explicit

  1. … 4 more files in changeset.
- updated to TEA 3.8

    • -537
    • +61
    ./library/store/XOTclGdbm/configure
    • -286
    • +73
    ./library/store/XOTclGdbm/tcl.m4
    • -537
    • +61
    ./library/store/XOTclSdbm/configure
    • -286
    • +73
    ./library/store/XOTclSdbm/tcl.m4
    • -537
    • +61
    ./library/xml/TclExpat-1.1/configure
    • -286
    • +73
    ./library/xml/TclExpat-1.1/tcl.m4
  1. … 4 more files in changeset.
- made the "next scripting laguage" a own, loadable tcl package (currently named nx, name is subject of change) - predefined.tcl is now pretty minimal.

  1. … 29 more files in changeset.
- refactor make file to better separate xotcl from the rest

  1. … 2 more files in changeset.
- added interp alias "nx::self" to "nx::core::current method" - changed "current proc" into "current method" in scripts and tests

  1. … 10 more files in changeset.
- Introduced $xotcl_target_doc_dir for generated xotcl documentation. Generate xotcl documentation in this directory. - moved more (hopefully all) xotcl doc components into library/xotcl/doc

    • -0
    • +57
    ./doc/Announce-0.9.3
    • -0
    • +100
    ./doc/Announce-0.9.4
    • -0
    • +57
    ./doc/Announce-1.0.1
    • -0
    • +76
    ./doc/Announce-1.0.2
    • -0
    • +87
    ./doc/Announce-1.1.0
    • -0
    • +52
    ./doc/Announce-1.1.1
    • -0
    • +199
    ./doc/Announce-1.2.0
    • -0
    • +76
    ./doc/Announce-1.3.0
    • -0
    • +13
    ./doc/Announce-1.3.1
    • -0
    • +54
    ./doc/Announce-1.3.3
    • -0
    • +55
    ./doc/Announce-1.3.4
    • -0
    • +62
    ./doc/Announce-1.3.5
    • -0
    • +61
    ./doc/Announce-1.3.6
    • -0
    • +65
    ./doc/Announce-1.3.7
  1. … 81 more files in changeset.
- xotcl.c: * new function GetObjectFromNsName() to obtail object or class from a fully qualified namespace name used in method handles (such as e.g. ::nx::core::classes::X) * new function MethodHandleObj() to return a tcl_obj containing the methodhandle * removed obsolete method getFullProcQualifier() * info methods obtain now object and/or class from fully qualified method names (method handles) if possible * return message handles in "current next", "current filterreg" and "... info filter ... -order", which can be used in "info method .... " for obtaining more details. * change all occurrances of "self" in next regression tests to current. - xotcl2.tcl * implemented "self" as a proc to provide extensibility and full backward compatibilty; this opens opportunity to replace now e.g. "self proc" by "current method", etc. * provide full compatibility for "self next", "self filterreg" and "... info filter ... -order", returning old-style multiword method handles (such as e.g. "::C instproc foo") - changed "next" to current in documentation framework and templates

  1. … 18 more files in changeset.
- deactivated __next for now - iterated thought doc.tcl-TODOs - fixed path in invocation of xotcl doc script

  1. … 11 more files in changeset.
- moved slottest to library/xotcl - added new Makefile target test-xotcl - finished test migration for now

    • -0
    • +630
    ./tests/slottest.xotcl
  1. … 3 more files in changeset.
- moved some more xotcl specfic tests to library/xotcl - transformed forwardtest from xotcl to next

    • -0
    • +48
    ./tests/UNIVERSAL.test
    • -0
    • +83
    ./tests/actiweb.test
    • -0
    • +401
    ./tests/persistence.test
    • -0
    • +547
    ./tests/speedtest.xotcl
    • -0
    • +1661
    ./tests/xoRDF.test
  1. … 9 more files in changeset.
- created own directory structure xotcl under library containing doc, tests, apps, lib etc. and moved obvious content here. - adjusted regression test and old documentation system to work with new structure

    • -0
    • +151
    ./apps/actiweb/AgentClient.xotcl
    • -0
    • +61
    ./apps/actiweb/Counter.README
    • -0
    • +42
    ./apps/actiweb/Counter.xotcl
    • -0
    • +65
    ./apps/actiweb/Counter2.xotcl
    • -0
    • +44
    ./apps/actiweb/Counter3.xotcl
    • -0
    • +56
    ./apps/actiweb/Counter4.xotcl
    • -0
    • +205
    ./apps/actiweb/FormsWithState.xotcl
    • -0
    • +212
    ./apps/actiweb/MC.xotcl
    • -0
    • +22
    ./apps/actiweb/Receiver.xotcl
    • -0
    • +71
    ./apps/actiweb/examples.README
    • -0
    • +82
    ./apps/actiweb/securePlaceDemo.xotcl
    • -0
    • +21
    ./apps/actiweb/univ/UNIVERSAL.css
    • binary
    ./apps/actiweb/univ/UNIVERSAL.jpg
    • -0
    • +204
    ./apps/actiweb/univ/UNIVERSAL.rdf
  1. … 390 more files in changeset.