* Hopefully the last big naming change: Instead of writing "C class-object method foo {} {...}" one can write now "C class method foo {}…
Show more
* Hopefully the last big naming change: Instead of writing "C class-object method foo {} {...}" one can write now "C class method foo {} {...}" to define a class method named "foo" for class "C". This naming change became possible by defining XOTcl's "class" (and "superclass") as object parameter only. To change a class of an object o, one has to use "o configure -class NEWCLASS". The term "object-class" looks alien to language beginners, the term "class" is much more straightforward. Changing classes or superclasses is seldomly used by typicall application programs. For already existing nx scripts, changing "object-class" into class should be straightforward.* various documentation updates (migration guide, nx tutorial)
Show less
2-1-0-rc
+ 65 more
- 2.2
- 2.2.0-repro-patch
- 2.3
- 8.7a2-MakeProc
- AssertionReform
- CMD_IS_DELETED_REFORM
- MethodPathReform
- ObjectFromObjReform
- TypeChef
- WIP
- announce
- baFixes
- caching
- coverity-jul-15
- define-incrementals
- disassemble
- doc
- explicit-implicit-next
- expr-reform
- filterFixes
- filtered-unknowns
- fixObjParam
- forward
- gh-actions
- linearisation
- main
- memtrace-fix
- multibyte-chars
- next-argfix
- nicer-unknown
- nre-uplevel
- nsf-delete-vars
- nsfproc-rename
- nsfprocs-rename-on-tip
- nx-no-setter
- obj-dispatch-next
- object-method
- pedantic-fixes
- pkgconfig
- private-ensemble
- rac
- shellgen
- slotCompat
- slotFixes
- slotset-fix
- spunk-checking
- spunk-https
- subst-dollar
- substdefault
- substdefault-test
- switch-info
- toposort-reform
- type-converter
- type-converter-scope
- type-ref-merge
- type-reform
- up-reform
- uplevel-reform-pt2
- valgrind-240
- valgrindTarget
- variable-slot-exists
- volatile-fix
- working
- xotcl1-compat
- xotcl2-ObjHasChildren-crash
|