Index: TODO =================================================================== diff -u -r67ef5da1e732c50c33f9a3e5769b68ddf18cdaa7 -ra3e419eb3993464990b3f32550892e1bc11124fd --- TODO (.../TODO) (revision 67ef5da1e732c50c33f9a3e5769b68ddf18cdaa7) +++ TODO (.../TODO) (revision a3e419eb3993464990b3f32550892e1bc11124fd) @@ -1253,6 +1253,12 @@ - added handling of parameter options "allowemtpy" and "convert" in createFromParameterSyntax +- renamed slot attribute "noforwarder" to "nosetter" +- method parameter can now use option "nosetter" to allow + object parameterization witout providing a setter method + (example: "Class create C -parameter {x:integer,nosetter}") +- extended regression test to include "nosetter" + TODO: - reflect changes in /is/objectproperty/info has/info is/ in migration guide - implement built-in-converter for "baseclass" and "metaclass"?