93
94
95
96
97
98
99
|
93
94
95
96
97
98
99
100
101
102
103
104
105
|
+
+
+
+
+
+
|
## tcl::oo facilities
- private variables and methods
- class variables and methods
- abstract and singleton classes
- configurable properties
- `method -export`, `method -unexport`
## Known bugs
- [changed behaviour wrt command names, namespaces and resolution](https://core.tcl-lang.org/tcl/tktview/f14b33)
- [unset traces enable calling an object command mid-destruction](https://core.tcl-lang.org/tcl/tktview/708422)
- [classmethod fails if no argument supplied to class create](https://core.tcl-lang.org/tcl/tktview/680503)
- [windows dos device paths inconsistencies and missing functionality](https://core.tcl-lang.org/tcl/tktview/d8f121)
- [zlib-8.8, zlib-8.16 fail on Fedora 40, gcc 14.1.1](https://core.tcl-lang.org/tcl/tktview/73d5cb)
|