Changes between Version 28 and Version 29 of macros


Ignore:
Timestamp:
02/17/2011 10:16:36 AM (13 years ago)
Author:
stefanc.richter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • macros

    v28 v29  
    113113
    114114 * Our macros implementation and its ''operations'' system ensure that (a) your hand-written code will never be overridden, (b) you cannot change generated methods and (c) you cannot apply macros that would break (a).
    115  * The debugger always steps through generated methods. They will still appear on the stack though. If you want to step into a generated method, hold Shift while clicking on ''Step Into''.
     115 * The debugger normally steps through generated methods. They will still appear on the stack though. If you want to step into a generated method, hold Shift while clicking on ''Step Into''.
    116116 * Monticello cannot see generated methods. This is a design decision to simplify cooperative work on a code base and to prevent merge decisions resulting in inconsistent states.
    117117 * When you use class pragmas, those classes might not be loadable in a Squeak system without the macro system. However, it will not affect classes not using class pragmas.