[OT]Re: Every classes has required selectors

Mathieu mathk.sue at gmail.com
Fri Sep 22 16:37:23 UTC 2006


Damien Cassou a écrit :
> Hi,
> 
> every classes in the system (3.9) have required selectors which means
> every classes are abstract! This is not cool.
> 
> My dynamic protocol display them but I don't like that and I think I
> will hide them.
> 
> Here are the required selectors for Object and Class:
> 
> Object requiredSelectors
>     an IdentitySet(#copyUniClassWith: #slotInfoButtonHitFor:inViewer:
> #adaptToNumber:andSend: #contents: #step #readFrom:)
> 
> Class requiredSelectors
>     an IdentitySet(#copyUniClassWith: #slotInfoButtonHitFor:inViewer:
> #adaptToNumber:andSend: #contents: #step #sendCaches: #soleInstance
> #readFrom:)
> 
> 
> Bye
> 

Strange why a so specific set (IdentitySet) is used? Symbole are always compare with identity.
Is there any particular reason of this?

Thanks
	Math



More information about the Squeak-dev mailing list