Index: TODO =================================================================== diff -u -r021a681aedece8a8a1f1ae03b51dcadd166333c9 -r5bcfa978f7b42933cd499264abc4679093e8182d --- TODO (.../TODO) (revision 021a681aedece8a8a1f1ae03b51dcadd166333c9) +++ TODO (.../TODO) (revision 5bcfa978f7b42933cd499264abc4679093e8182d) @@ -3885,10 +3885,18 @@ - fixed NRE memory management (for Tcl 8.6) by refactoring alias handling +- removed documentation about incompatibility to XOTcl1 in + respect of the method interface for object invocations + ======================================================================== TODO: +- why is now "numbers" in asciidoc pretty-print-interface ignored? + [source,tcl,numbers] + (asciidoc has changed from 8.5.5 to 8.5.6) +- document new setable object properties perobjectdispatch and keepcallerself - pertaining perobjectdispatch and keepcallerself in serializer + - should we allow objects to overwrite procs/methods and vice versa? - behavior on keepcallerself on ordinary dispatches with implicit/explicit receiver (currently the flag is ignored, the code just commented out)