The Trunk: SMBase-bf.136.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SMBase-bf.136.mcz

commits-2
Bert Freudenberg uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-bf.136.mcz

==================== Summary ====================

Name: SMBase-bf.136
Author: bf
Time: 13 September 2016, 10:10:25.135647 pm
UUID: e8e8e01a-5714-4b71-8e9e-8dfb43d9ff38
Ancestors: SMBase-cmm.135

Remove unused ImageSegment extension method.

=============== Diff against SMBase-cmm.135 ===============

Item was removed:
- ----- Method: ImageSegment>>writeForExportOn: (in category '*SMBase-export') -----
- writeForExportOn: fileStream
- "Write the segment on the disk with all info needed to reconstruct it in a new image.  For export.  Out pointers are encoded as normal objects on the disk."
-
- state = #activeCopy ifFalse: [self error: 'wrong state'].
- fileStream fileOutClass: nil andObject: self.
- "remember extra structures.  Note class names."!