[Pkg] SystemEditor: SystemEditor-Core-mtf.156.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Nov 26 15:01:35 UTC 2008


A new version of SystemEditor-Core was added to project SystemEditor:
http://www.squeaksource.com/SystemEditor/SystemEditor-Core-mtf.156.mcz

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

Name: SystemEditor-Core-mtf.156
Author: mtf
Time: 26 November 2008, 8:01:33 am
UUID: 9d3f446a-011c-4103-89bc-4d75de5453a8
Ancestors: SystemEditor-Core-mtf.155

use allInstancesDo: rather than allInstances do: to cut memory usage in half

=============== Diff against SystemEditor-Core-mtf.155 ===============

Item was changed:
  ----- Method: InstanceMigrator>>migrateFrom:to: (in category 'migrating') -----
  migrateFrom: oStream to: dStream
+ 	origin allInstancesDo: [:ea |
- 	self instances do:
- 		[:ea |
  		oStream nextPut: ea.
  		dStream nextPut: (self migrate: ea)]!

Item was removed:
- ----- Method: InstanceMigrator>>instances (in category 'accessing') -----
- instances
- 	^ origin allInstances asArray!



More information about the Packages mailing list