example-scripts

Clone Tools
  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 9 more files in changeset.
add starmethod design study

    • -0
    • +1058
    ./starmethod.html
  1. … 1 more file in changeset.
fix typo

per-object-mixins.tcl: Fix an example script that got broken a long, long time ago. [skip ci]

improve comments

  1. … 11 more files in changeset.
improve wording

  1. … 3 more files in changeset.
fix double word in code documentation

Fix typos

    • -863
    • +863
    ./rosetta-abstract-type.html
    • -970
    • +970
    ./rosetta-add-variable.html
    • -855
    • +855
    ./rosetta-constraint-genericity.html
    • -830
    • +830
    ./rosetta-multiple-distinct.html
    • -830
    • +830
    ./rosetta-multiple-inheritance.html
    • -872
    • +872
    ./rosetta-polymorphism.html
    • -882
    • +882
    ./rosetta-serialization.html
    • -788
    • +788
    ./rosetta-single-inheritance.html
  1. … 49 more files in changeset.
extend tutorial description

Add hands-on tutorial for properties

    • -0
    • +67
    ./tutorial-properties.tcl
- apply package name change (nx::traits:XXX -> nx::trait::XXX) as well to the example scripts - document package name change in Announce file

  1. … 1 more file in changeset.
- regenerated documentation

- remove useless expr statements

  1. … 1 more file in changeset.
Add another Rosetta example: Inheritance/Single

    • -0
    • +788
    ./rosetta-single-inheritance.html
    • -0
    • +23
    ./rosetta-single-inheritance.tcl
  1. … 2 more files in changeset.
rosetta-multiple-inheritance.tcl: Fix typo L3 -> C3

Remove redundant Rosetta example implementations

Added another Rosetta example: multiple inheritance

    • -0
    • +830
    ./rosetta-multiple-inheritance.html
    • -0
    • +38
    ./rosetta-multiple-inheritance.tcl
  1. … 2 more files in changeset.
Added another Rosetta example: Polymorphic copy

    • -0
    • +874
    ./rosetta-clone.html
  1. … 2 more files in changeset.
Fix typo

Adding yet another Rosetta example: Add object variable dynamically

    • -0
    • +970
    ./rosetta-add-variable.html
    • -0
    • +76
    ./rosetta-add-variable.tcl
  1. … 2 more files in changeset.
Improve output spec in Rosetta example

Adding another Rosetta example: Multiple distinct objects

    • -0
    • +830
    ./rosetta-multiple-distinct.html
    • -0
    • +50
    ./rosetta-multiple-distinct.tcl
  1. … 2 more files in changeset.
Adding another Rosetta example: Tree traversal

    • -0
    • +872
    ./rosetta-tree.html
  1. … 2 more files in changeset.
Added first additional Rosetta example

    • -0
    • +850
    ./rosetta-tokenizer.html
    • -0
    • +59
    ./rosetta-tokenizer.tcl
  1. … 2 more files in changeset.
- regenerate doc pages with asciidoc 8.6.9 - fix paths

    • -10
    • +88
    ./rosetta-constraint-genericity.html
  1. … 3 more files in changeset.
nx.tcl: pluralism reform part 2 - changed methods /cls/ info subclass -> /cls/ info subclasses /cls/ info superclass -> /cls/ info superclasses /cls/ mixin ... -> /cls/ mixins /cls/ filter ... -> /cls/ filters /cls/ object mixin ... -> /cls/ object mixins /cls/ object filter ... -> /cls/ object filters - changed configure parameters /cls/ configure -mixin -> /cls/ configure -mixins /cls/ configure -filter -> /cls/ configure -filters /obj/ configure -object-mixin -> /obj/ configure -object-mixins /obj/ configure -object-filter -> /obj/ configure -object-filters - added handling for calling relationslot with unknown sub method

  1. … 30 more files in changeset.
- use cget interface

Fixing an example script for changes in getter/setter reform

- renamed nsf::relation to nsf::relation::set and added nsf::relation::get in accordance with nsf::var::get

  1. … 17 more files in changeset.
traits: - define simple setter methods "requiredMethods" and "requiredVariables" to avoid to "set" these explicitly

  1. … 2 more files in changeset.