[BUG] BTree>>removeKey:

Avi Bryant avi.bryant at gmail.com
Tue Jan 11 12:17:02 UTC 2005


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