[squeak-dev] Bug while updating MessageTally

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Tue Feb 23 22:59:22 UTC 2010


Don't know what happened...
This seems to have been triggered by my own bug (sending
peekSignIsMinus to sourceStream instead of self).
-> Debugger -> MessageTally close -> deprecation exception

I solved it by disabling deprecation warnings first.

Now, I can still see a few local sends of #close to be fixed :)

Nicolas

2010/2/23 Levente Uzonyi <leves at elte.hu>:
> On Tue, 23 Feb 2010, Nicolas Cellier wrote:
>
>> MessageTally close seems to be using a deprecated message.
>
> MessageTally >> #close is the deprecated message.
>
>> If the deprecated warnings preference is enabled, then there is a
>> fatal Error recursion...
>
> That can only happen if you loaded System-ul.258 but not Tools-ul.190 which
> is pretty unlikely.
>
>
> Levente
>
>>
>> Nicolas
>>
>>
>
>



More information about the Squeak-dev mailing list