Index: TODO =================================================================== diff -u -r7a6e32605412db15c6b9a1d61ce0a9dfd92bfbf6 -r3b75a92f67f6614a7ee823e4d37bc8724f9fb77d --- TODO (.../TODO) (revision 7a6e32605412db15c6b9a1d61ce0a9dfd92bfbf6) +++ TODO (.../TODO) (revision 3b75a92f67f6614a7ee823e4d37bc8724f9fb77d) @@ -1696,7 +1696,11 @@ - added functionality to show enumerated values in "info parametersyntax" +- extended regression test +- added expermimental code to avoid "variable :x" crash based + on shadowCommands, but this does not work, when varible is + bytecompiled. deactivated for now. TODO: @@ -1723,6 +1727,7 @@ possible realizations: -varscope instance|proc -scope object|method + -varscope instance|resolver * instance: within this method, all non-prefixed var names refer to instance variables; the method can use most