nsf

Clone Tools
  • last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- updated TODO

- update of diagram

- nx.tcl: * new method requireClass to Combine two classes and return the more specialized one * make slot objects for parameter aliases and parameter forwarder instances of ObjectParameterSlot * get rid of attributes "isforward" and "isalias" and replace it by "dispositon" * complete list of predefined value checkers * we have now three approaches for providing parameter -object-filter and -object-method Approach 1: create RelationSlot with nosetter Approach 2: use parameter forwarder Approach 3: use parameter alias we switched from approach 1 to approach 3

- update of graphic

- serializer.tcl: reactivated methodSerialize (used in api-browser of OpenACS)

- handle spaces more carefully in [from|to]parameterSpec

- renamed object parameter type "method" to "alias" - removed parameter option "slotobj=" in toParameterSyntax - renamed to [from|to]parameterSyntax to [from|to]parameterSpec

- added first implementation of object parameter type forward

- parameter specs: use "arg=" in object parameter type "method" as name of a called method to allow to call unregistered methods - eliminate protected method "noinit" for nx and allow it just as an object parameter

Merge branch '2.0.0-develop' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl into 2.0.0-develop

- add explicit reference counting for oacs-style flag value passing

- remove parameter option "opitional" when not needed

- improve error message

Merge branch '2.0.0-develop' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl into 2.0.0-develop

- add "filter" to the list of highlited words

- documentation updates

- "asciidoc" theme: Completed a first template suite which renders an nxdoc project in terms of the html4/xhtml11 asciidoc backend. Added new templates: singlefile.html.asciidoc, class.html.asciidoc, attributemethod.html.asciidoc, command.html.asciidoc, link.html.asciidoc, listing.html.asciidoc, method.html.asciidoc, object.html.asciidoc, package.html.asciidoc, submethod.html.asciidoc. - nxdoc now distinguishes between rendering format, layout (multifile, singlefile, chunked) and refactored. All layout/format/theme handling, for now, is provided by ::nx::doc::Renderer. - First step towards refactoring/automating template resolution; see the TemplateData class. In a further step, this will permit us to remove redundant declarations of template details in render() and include() statements. - List and link generation are now adaptable based on dedicated templates per theme, e.g., link.html.tmpl|asciidoc. Note that these file-based templates might be replaced by scripted ones at a later point. - Fixed pretty naming of @package - Various refactorings, e.g. renderer mixin layers are now objects, rather than classes.

    • -0
    • +51
    /library/lib/doc-assets/attributemethod.html.asciidoc
    • -0
    • +106
    /library/lib/doc-assets/class.html.asciidoc
    • -9
    • +1
    /library/lib/doc-assets/class.html.tmpl
    • -0
    • +62
    /library/lib/doc-assets/command.html.asciidoc
    • -77
    • +0
    /library/lib/doc-assets/entity.html.tmpl
    • -0
    • +4
    /library/lib/doc-assets/link.html.asciidoc
    • -0
    • +4
    /library/lib/doc-assets/link.html.tmpl
    • -0
    • +3
    /library/lib/doc-assets/listing.html.asciidoc
    • -0
    • +1
    /library/lib/doc-assets/listing.html.tmpl
    • -0
    • +30
    /library/lib/doc-assets/method.html.asciidoc
    • -0
    • +77
    /library/lib/doc-assets/multifile.html.tmpl
    • -0
    • +20
    /library/lib/doc-assets/object.html.asciidoc
    • -0
    • +45
    /library/lib/doc-assets/package.html.asciidoc
    • -0
    • +102
    /library/lib/doc-assets/singlefile.html.asciidoc
    • -0
    • +25
    /library/lib/doc-assets/submethod.html.asciidoc
  1. … 3 more files in changeset.
- next-tutorial: documentation updates

    • -0
    • +638
    /doc/object-class-appclass.graffle
    • -0
    • +513
    /doc/object-class.graffle
    • -0
    • +2429
    /doc/object-parameter.graffle
    • binary
    /doc/object-parameter.png
    • -0
    • +420
    /doc/object-stack.graffle
    • binary
    /doc/object-stack.png
    • -0
    • +719
    /doc/per-class-mixin.graffle
    • binary
    /doc/per-class-mixin.png
    • -0
    • +722
    /doc/per-object-mixin.graffle
    • binary
    /doc/per-object-mixin.png
    • -0
    • +1155
    /doc/slots.graffle
  1. … 5 more files in changeset.
- extended regression test

- nsf.c: added wideinteger to list of valuecheckers - nsf.c: provide context for warning messages

- doc-tools.tcl: make -name parameter of method new always required and "any" - doc-tools.tcl: make object parameter of Entity of type "any"

- nx.tcl: defined method unknown as protected - nx.tcl: never pass "substdefault" to a setter - nx.tcl: define a minimal valuechecker any to suppress warnings for potential conflicts with non-positional parameters, when the values start with a dash

- adding obvously missing argument

- removed TCL_VWAIT from the code, since we have it in git

- updated method count in migration guide

- removed c-implementation of method vwait, it was replaced by "vwait :varName". We had to allow flag TCL_GLOBAL_ONLY in InterpColonVarResolver(), since Tcl vwait implementation calls it with that flag. - added a scripted implementation for vwait in xotcl2

- provide full list of initializers

- add regression test

- make sure, that classes of the intrinsic class hierarchy are of the same object system

- create slots via MetaSlot