The Trunk: MorphicExtras-ct.360.mcz
[email protected] Wed, 8 Jul 2026 18:19:00 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of MorphicExtras to project The Trunk: http://source.squeak.org/trunk/MorphicExtras-ct.360.mcz ==================== Summary ==================== Name: MorphicExtras-ct.360 Author: ct Time: 8 July 2026, 8:18:59.870768 pm UUID: ba62584d-0ec1-4f7c-aaa3-881a566a0b2a Ancestors: MorphicExtras-ct.357 Adds missing clean-up for blob morphs. =============== Diff against MorphicExtras-ct.357 =============== Item was added: + ----- Method: BlobMorph class>>cleanUp: (in category 'initialize-release') ----- + cleanUp: aggressive + + aggressive ifTrue: + [AllBlobs ifNotNil: + [AllBlobs do: [:ea | self delete: ea]. + AllBlobs := nil]].! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]