http://code.google.com/p/pharo/issues/detail?id=4798
A slice is in the inbox

Alexandre


On 14 Sep 2011, at 08:20, Igor Stasenko wrote:

> On 13 September 2011 19:52, Alexandre Bergel <[email protected]> wrote:
>> Hi!
>> 
>> Apparently, the following method is abstract:
>> 
>> ArrayedCollection>>add: newObject
>>        self shouldNotImplement
>> 
>> If I evaluate:
>> (ArrayedCollection>>#add:) isAbstract => true
>> 
>> This is not quite right. A method that is cancelled is not abstract.
>> 
>> I propose to change
>> CompiledMethod>>abstractMarkers
>>        ^ #(subclassResponsibility shouldNotImplement)
>> 
>> into
>> CompiledMethod>>abstractMarker
>>        ^ #shouldNotImplement
>> 
>> Does it make sense?
>> 
> 
> yes
> 
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> 
> 
> -- 
> Best regards,
> Igor Stasenko.
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply via email to