Index: TODO =================================================================== diff -u -ra08065ac227c3b26514f29392a961f11db121369 -r9c636251d106b1728258076165dd19e8af36b2c1 --- TODO (.../TODO) (revision a08065ac227c3b26514f29392a961f11db121369) +++ TODO (.../TODO) (revision 9c636251d106b1728258076165dd19e8af36b2c1) @@ -3067,8 +3067,23 @@ - library/mongodb: * updated to current interface in git HEAD +- nx.tcl: added switch "incremental" to "variable" and "attribute" +- added regression test + + TODO: - - variable and incremental + - more regression tests for incremental + variable/attribute + + - placement of switched and parameters: + currently we have: + /obj/ attribute ?-incremental? ?-nocomplain? spec ?-class value? ?initblock? + /obj/ variable ?-class value? ?-initblock value? ?-accessor boolean? ?-array? ?-incremental? ?-nocomplain? spec ?value? + + /cls/ attribute ?-incremental? spec ?-class value? ?initblock? + /cls/ variable ?-class value? ?-incremental? ?-initblock value? ?-objectparameter value? ?-accessor value? spec ?default? + + should we switch from "-class" to "-slotclass"? + - should we change interface for default value in attribute? probably not, same interface is used in methodparameters as well - Should we leave "variable" and "attribute" as it ist?