[BUG] OrderedCollection>>insert:before:

Marcus Denker marcus at ira.uka.de
Fri Jan 9 08:17:48 UTC 2004


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