[BUG] BTree>>removeKey:

Joshua Gargus schwa at fastmail.us
Tue Jan 11 21:40:00 UTC 2005


Thanks Avi,

I also implemented #removeKey:ifAbsent:; I'll send that to you soon.

Josh


Avi Bryant wrote:

>On Thu, 23 Dec 2004 01:37:04 -0500, Joshua Gargus <schwa at fastmail.us> wrote:
>  
>
>>Hi,
>>
>>The following code results in an error:
>>
>>| tree |
>>tree := BTree new.
>>1 to: 15 do: [:i | tree at: i put: i].
>>1 to: 15 do: [:i | tree removeKey: i]
>>    
>>
>
>Hi Josh,
>
>Sorry for the delay on this - I've integrated your (off list) fix and
>put the result at http://beta4.com/mc/Collections-BTree-avi.43.mcz. 
>Once SqueakMap comes back online I'll release it there too.
>
>Avi
>
>  
>




More information about the Squeak-dev mailing list