[squeak-dev] PackageInfo>>overrideMethods

Bert Freudenberg bert at freudenbergs.de
Mon Oct 26 20:28:11 UTC 2009


On 26.10.2009, at 03:32, Igor Stasenko wrote:

> 2009/10/25 Eliot Miranda <eliot.miranda at gmail.com>:
>>
>>
>> On Sat, Oct 24, 2009 at 12:44 AM, Igor Stasenko  
>> <siguctua at gmail.com> wrote:
>>>
>>> In both Pharo & Squeak has no senders:
>>>
>>> overrideMethods
>>>        ^ self extensionMethods select: [:ea | self  
>>> isOvverideMethod: ea]
>>>
>>> as well as #isOvverideMethod: not implemented, which makes this  
>>> method
>>> fail to work , even if it would be called by anyone.
>>
>> double r, single v:
>> overrideMethods
>> ^ self extensionMethods select: [:ea | self isOverrideMethod: ea]
>>
>
> yeah.. but still this stuff not used :)
> Looks like attempt to introduce an override info for package..

This is just informational, that is, to find out which of the  
extensionMethods are actually overrides. The system doesn't need to  
know, so there are no senders.

- Bert -




More information about the Squeak-dev mailing list