Bug in PackageInfo?

Markus Gaelli gaelli at emergent.de
Thu May 11 16:06:45 UTC 2006


On May 11, 2006, at 5:55 PM, Bert Freudenberg wrote:

> Am 11.05.2006 um 17:08 schrieb Alexandre Bergel:
>
>> 	p2 := PackageInfo named: 'MyStupidPackage2'.
>> 	p3 := PackageInfo named: 'MyStupidPackage2-test'.
>> 	self assert: (p2 == p3).
>>
>> It seems that (p2 == p3) should be true.
>
> How could two packages with a different name be equal, let alone be  
> identical?
>
We might want to be able to ask if p2 includesPackage: p3 though. I  
think the answer should be true.
As far as I can see, this is not implemented yet, but should be "a  
piece of cake"...

Cheers,

Markus




More information about the Squeak-dev mailing list