On Jan 15, 2009, at 12:41 , Stéphane Ducasse wrote: > No we check and this is strange. > What is the hash of a trait?
The hash of traits is not related to the problem. The problem is that classes show up multiple times in IdentitySets. I found the cause (its a bit complicated to explain because related to the ClassBuilder and become:). I can fix that during the weekend... Adrian > > > Stef > > On Jan 15, 2009, at 12:08 PM, Adrian Lienhard wrote: > >> Confirmed. I created http://code.google.com/p/pharo/issues/detail?id=443 >> Not sure how it is possible that this IdentitySet can get into that >> state. Any ideas? >> >> Adrian >> >> On Jan 15, 2009, at 11:01 , Damien Cassou wrote: >> >>> Hi, >>> >>> if you load the latest version of Collection package in PharoInbox >>> and >>> evaluate the following, you will see a problem: >>> >>> TCreationWithTest users ===> an IdentitySet(SetTest >>> OrderedCollectionTest ArrayTest) >>> >>> TCreationWithTest users size =====> 5 >>> >>> >>> Depending on your image, the results may vary but will probably >>> still >>> be incorrect. >>> >>> Bye >>> >>> -- >>> Damien Cassou >>> http://damiencassou.seasidehosting.st >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
