[Pharo-project] HashedCollection?
Hi! I tried to use HashedCollection, but the class seems to be badly broken. The following seems to loop indefinitely: HashedCollection new add: #abc; size There is no big user of it. Shall we schedule it for a removal? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Mon, May 30, 2011 at 4:32 PM, Alexandre Bergel <alexandre.bergel@me.com>wrote:
Hi!
I tried to use HashedCollection, but the class seems to be badly broken. The following seems to loop indefinitely: HashedCollection new add: #abc; size
There is no big user of it.
Shall we schedule it for a removal?
NOOO. It is (maybe, becuase there is no single class comment on it) an abstract class for Set and Dictionary. cheers
Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Mariano http://marianopeck.wordpress.com
On Mon, May 30, 2011 at 4:42 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
On Mon, May 30, 2011 at 4:32 PM, Alexandre Bergel <alexandre.bergel@me.com
wrote:
Hi!
I tried to use HashedCollection, but the class seems to be badly broken. The following seems to loop indefinitely: HashedCollection new add: #abc; size
There is no big user of it.
Shall we schedule it for a removal?
NOOO. It is (maybe, becuase there is no single class comment on it) an abstract class for Set and Dictionary.
It is under category 'Collections-Abstract' so yes, it is abstract
cheers
Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
Sorry, I missed that HashedCollection is superclass of Dictionary. Alexandre On 30 May 2011, at 10:42, Mariano Martinez Peck wrote:
On Mon, May 30, 2011 at 4:32 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote: Hi!
I tried to use HashedCollection, but the class seems to be badly broken. The following seems to loop indefinitely: HashedCollection new add: #abc; size
There is no big user of it.
Shall we schedule it for a removal?
NOOO. It is (maybe, becuase there is no single class comment on it) an abstract class for Set and Dictionary.
cheers
Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Mariano http://marianopeck.wordpress.com
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Mariano Martinez Peck