[squeak-dev] The Inbox: Morphic-cwp.1055.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 28 05:48:47 UTC 2015


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-cwp.1055.mcz

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

Name: Morphic-cwp.1055
Author: cwp
Time: 27 November 2015, 9:46:27.986 pm
UUID: 75600228-b4f9-4739-b9c8-0318e1ef1d3a
Ancestors: Morphic-mt.1054

Implement PasteUpMorph>>referencePool

Loading a project seems to require it.

=============== Diff against Morphic-mt.1054 ===============

Item was added:
+ ----- Method: PasteUpMorph>>referencePool (in category 'objects from disk') -----
+ referencePool
+ 	| pool |
+ 	pool := OrderedCollection new.
+ 	self setProperty: #References toValue: pool.
+ 	^ pool!



More information about the Squeak-dev mailing list