Index: TODO =================================================================== diff -u -rd79efb10b92ad2045196990af50bc042e60b88f4 -r9cead8929011bb4dcc6c44630a91bc5d597520b2 --- TODO (.../TODO) (revision d79efb10b92ad2045196990af50bc042e60b88f4) +++ TODO (.../TODO) (revision 9cead8929011bb4dcc6c44630a91bc5d597520b2) @@ -4472,6 +4472,16 @@ /obj/ info object methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ... /obj/ info lookup methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ... +- removed some TODOs from tests/parameters.test + +- parameter dispositions: + We differentiate now between "initcmd" and "cmd": an "initcmd" is only + evaluated once, but one can provide configure values for this parameter + later. a "cmd" is executed on every evaluation, it is only possible + to pass cmds to it. The trailing argument of the configure parameters + (used e.g. for scripted object/class definitions) is now of type "cmd". + Implementation not yet complete (object cases are not correct). + ======================================================================== TODO: - valuechangedcmd implemented via initcmd does