Index: TODO =================================================================== diff -u -N -r5e9b26d4852c5c63a33f0dc1bf7784f09dfcdc5c -r5042af6f06c052edd253e5505b4404a03a47f73a --- TODO (.../TODO) (revision 5e9b26d4852c5c63a33f0dc1bf7784f09dfcdc5c) +++ TODO (.../TODO) (revision 5042af6f06c052edd253e5505b4404a03a47f73a) @@ -5885,6 +5885,22 @@ ======================================================================== TODO: +- the 'consider' recommendation of nx::Class->unknown message is irritating: + + % Class create Book + ::Book + % Book price set 10 + method 'price' unknown for ::Book; consider '::Book create price set 10' instead of '::Book price set 10' + ::Book ::nx::Class->unknown + invoked from within + "Book price set 10" + ... + + "::Book create price set 10" is per se a likely invalid call. Just: + "::Book create price"? Or, just drop the unknown message at all? As + this is only relevant for someone with XOTcl legacy in mind, NX is + not about source compatibility with XOTcl anyways. + - Investigate NsfMethodContext mem-bookkeeping/ possible leak: $ tclsh