Index: TODO =================================================================== diff -u -rd49e60e74c36c563db5ba7095c2f898f1029169b -r264ccfcb835fd341d4fcb5e126d5305e073de0fc --- TODO (.../TODO) (revision d49e60e74c36c563db5ba7095c2f898f1029169b) +++ TODO (.../TODO) (revision 264ccfcb835fd341d4fcb5e126d5305e073de0fc) @@ -1973,6 +1973,15 @@ - make handling of redefinitions in system methods more robust - follow Tcl nameing convention (uppercase functions) +- Don't allow to call objects as methods (for the time being) via + absolute names. Otherwise, in line {2} below, ::State is + interpreted as an ensemble object, and the method "unknown" + won't be called (in the XOTcl tradition). + {1} Class ::State + {2} Class ::State -parameter x + + + TODO: - "-returns"