On Wed, Oct 26, 2005 at 07:35:05PM -0700, chromatic wrote:
: On Wed, 2005-10-26 at 21:58 -0400, Rob Kinyon wrote:
: 
: > Plus, the argument is a straw man. Instead of:
: > 
: >     class Some::Class is also {
: >     }
: > 
: > you would do:
: > 
: >     class My::Version {
: >         does Some::Class;
: >     }
: > 
: > Problem solved.
: 
: Don't forget the fun of modifying all existing uses of Some::Class to
: use My::Version instead, if that's even possible.

That should mostly be handled by virtualized class names.

Larry

Reply via email to