doc

Clone Tools
  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjust filter|mixin method for recent changes; working on info ensemble doc

- use "mixin|filter clear" instead of "mixin|filter unset"

  1. … 3 more files in changeset.
- renamed nsf::relation to nsf::relation::set and added nsf::relation::get in accordance with nsf::var::get

  1. … 16 more files in changeset.
Updated doc fragments to reflect recent changes

traits: - define simple setter methods "requiredMethods" and "requiredVariables" to avoid to "set" these explicitly

    • -4
    • +4
    ./example-scripts/traits-composite.tcl
  1. … 2 more files in changeset.
Adjust variable doc for recent changes

Extending mixin/filter doc to cover guards

  1. … 1 more file in changeset.
Adding filter doc fragment

Adjust mixin doc for recent changes

Adjusting property doc to reflect recent changes

nx.tcl, xotcl2.tcl: - use value=* as names for interally called and forwarder-called accessor methods - disallow "assign" for nx::variableSlots

    • -4
    • +4
    ./example-scripts/traits-composite.tcl
  1. … 11 more files in changeset.
nx.tcl: - add "set" as a method name for relation slots - implemented relation slot "mixin" and "object-mixin" via "slotassign" to disallow "/obj/ mixin /value/" and "/obj/ object mixin /value/" to use instead "/obj/ mixin set /value/" and "/obj/ object mixin set /value/" while keeping "configure" and "cget" working. This has the advantage that "/obj/ mixin set" does not try to replace the mixin chain by "set" - adapted regression test - TODO: check, if we need the explicit "slotassign"? isn't the presence of the slotObj sufficient? maybe "-forwardToSlot" in relationSlots? - TODO: demangle "slotassign" in "ObjectParameterSlot protected method getParameterOptions" and check interactions - TODO: to the same as -mixin and -object-mixin to -filter and -object-filter - TODO: clean up relation slot mixin variants - TODO: do we really like the fact that we have to write now "B mixin set M2" instead of "B mixin M2"? - TODO: should we disallow "B mixin" and enforce instead of "B mixin get" ? - TODO: we could as well allow "B mixin clear" instead of "B mixin set {}" - TODO: allow "set" for variable slots as well. Do we need "assign"?

  1. … 14 more files in changeset.
- extend bagel example slightly

- finalize dropping of setter methods for nx

    • -6
    • +6
    ./example-scripts/traits-composite.tcl
  1. … 6 more files in changeset.
Adding missing include

Adding doc fragment on mixin method

Drafted a variable doc fragment, and revised the property's one to make the (subtle) difference clear

    • -0
    • +109
    ./variable.man.inc
Adding incremental doc to propery doc fragment

  1. … 1 more file in changeset.
Some cleanup

Starting documenting info ensemble

Addding doc fragment about require method

- nsf.c, NsfForwardMethod(): Make sure that a 2nd argument is available for prepending the methodprefix. Earlier, NSF crashed in case of a missing 2nd arg. - Added some basic tests on -methodprefix.

  1. … 2 more files in changeset.
Adjusting forward doc, adding TODO

  1. … 2 more files in changeset.
Continue working on forward doc, adding some tests

  1. … 2 more files in changeset.
Working on Object.man, in particular forward

  1. … 1 more file in changeset.
- update annouce with diff stats

- updated Changelog and Annouce file

  1. … 1 more file in changeset.
- updated copyright dates - added announce file for xotcl-1-6-8 - fixed typos in Changelog

  1. … 30 more files in changeset.
Adding doc fragment on 'method'

- doc/Object.man: Adding documentation on alias (doc/alias.man.inc) and delete (doc/delete.man.inc)