[ENH] Celeste Removable ([er] quick review)

Ned Konz ned at bike-nomad.com
Mon Mar 10 16:29:18 UTC 2003


On Monday 10 March 2003 07:22 am, Brent Vukmer wrote:
> I created a SAR file ( attached ) for the Celeste cleanup
> changesets.  When I installed the SAR, I got a debugger on the
> '3.6' changeset.  I clicked 'Proceed' and was able to call up
> Celeste and send a message.
>
> Here's the relevant SqueakDebugLog:
>
> Error: messageText is already defined in MailComposition
> 10 March 2003 10:10:38 am

Apparently the CS is trying to move an instance variable; this is 
better done in the preamble with explicit code.

OldClass removeInstVarName: 'someName'.
NewClass addInstVarName: 'someName'.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list