doc

Clone Tools
  • last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding to announcement: 2.5.0 and 25th anniversary

New feature: Added method nx::Object->"info consts"

A "const" is a variable that cannot be altered later. So far, such

constant variables have to be created via the Tcl9 "const" cmd, like

in the example below. The introspection method "/obj/ info consts" is

very similar to "/obj/ info vars", but it lists only unmodifiable

variables.

nx::Object create o {

#

# Create a "const" instance variable

#

const :x 1

set :y 2

...

}

puts [o info consts]

puts [o info vars]

  1. … 6 more files in changeset.
fixed typo (space was missing)

Remove CI/CD support for the Tcl 8.5.19 release. See ticket #2

  1. … 2 more files in changeset.
Add Announce2.4.1 and ChangeLog-2.4.0-HEAD drafts [skip ci]

  1. … 1 more file in changeset.
improved spelling

    • -5
    • +5
    ./example-scripts/rosetta-unknown-method.tcl
improved spelling

  1. … 17 more files in changeset.
improved documentation

fixed omission of checkers in graphic

    • binary
    ./next-tutorial/value-checkers.graffle
release work

  1. … 1 more file in changeset.
updated announce file

release work

  1. … 4 more files in changeset.
* Announce2.4.0: Completed draft [skip ci]

tested with recent MongoDB (server 5.0.9, driver 1.22.1)

  1. … 1 more file in changeset.
improve spelling [skip ci]

improve spelling [skip ci]

  1. … 7 more files in changeset.
* next-tutorial, next-migration: Fix version number [skip ci]

Re-generated man pages and tutorials

    • -41
    • +94
    ./next-tutorial/next-tutorial.html
* Makefile.in, doc/*.css: Replace prince with Chrome headless for PDF doc generation, PDF-specific CSS now organised as @media print queries.

  1. … 1 more file in changeset.
* doc/Announce2.4.0: Cont'd [skip ci]

improve spelling

Continue working on release documents [skip ci]

  1. … 1 more file in changeset.
* ChangeLog-2.3.0-2.4.0.log, Announce2.4.0: Continued work on release files [skip ci]

  1. … 1 more file in changeset.
improve spelling

    • -17
    • +17
    ./next-tutorial/next-tutorial.txt
  1. … 2 more files in changeset.
improve spelling

improve spelling

  1. … 3 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

    • -1
    • +1
    ./example-scripts/per-object-mixins.tcl
    • -2
    • +2
    ./example-scripts/rosetta-add-variable.tcl
    • -2
    • +2
    ./example-scripts/rosetta-multiple-distinct.tcl
  1. … 15 more files in changeset.
improve spelling

  1. … 2 more files in changeset.
improve spelling

    • -1
    • +1
    ./example-scripts/rosetta-constraint-genericity.tcl
    • -1
    • +1
    ./example-scripts/rosetta-delegates.tcl
  1. … 2 more files in changeset.
improve spelling

  1. … 9 more files in changeset.