Status: Accepted
Owner: [email protected]

New issue 3658 by [email protected]: Dictionaries corrupt when loaded from image segment
http://code.google.com/p/pharo/issues/detail?id=3658

Set and Dictionary were refactored and a common superclass HashedCollection introduced. All existing code that assumes that Dictionary is a subclass of Set must be fixed.

One such case that was overseen is in image segment where ... isKindOf: Set fails to capture dictionaries. This leads to potentially corrupted instances once dictionaries are loaded into the image through an image segment.

The attached changeset fixes this instance of the problem.

Attachments:
        FixImgSegHashedCollections.1.cs  2.1 KB


Reply via email to