[BUG] OrderedCollection>>insert:before:

ducasse ducasse at iam.unibe.ch
Fri Jan 9 08:47:10 UTC 2004


Good to see that we are in sync. :) this is good that you say it 
because sometimes I feel
like discouraged....and indeed this is the right attitudesend changes 
to be integrated by some nice harvesters

stef


On 9 janv. 04, at 09:17, Marcus Denker wrote:

>
> Am 08.01.2004 um 23:35 schrieb Andreas Raab:
>
>>> a) post the code for insert:berforeIndex as a [ENH] changeset
>>>       (this method has been implemented for RB, too,  but that one is
>>> wrong)
>>
>> insert: anObject beforeIndex: anIndex
>>     "Insert the receiver before the position anIndex"
>>     ^self add: anObject afterIndex: anIndex-1
>>
>> (Re-)use the Source, Luke ;-)
>>
>
> Boris allready posted code as a mail, too. This was not what I meant:
> I want an [ENH] posting. Yes, trivial. But if this is not posted, 
> nothing
> happens.
>
> So much for trying to delegate this ;-) I'l post it later.
>
>        Marcus
>
> --
> Marcus Denker marcus at ira.uka.de
>
>




More information about the Squeak-dev mailing list