David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.1056.mcz==================== Summary ====================
Name: Morphic-dtl.1056
Author: dtl
Time: 3 December 2015, 7:33:58.442 pm
UUID: fd009a5d-4910-45be-bd72-6121f05689f1
Ancestors: Morphic-jmg.1055, Morphic-cwp.1055
Merge Morphic-jmg.1055, Morphic-cwp.1055
=============== Diff against Morphic-jmg.1055 ===============
Item was added:
+ ----- Method: PasteUpMorph>>referencePool (in category 'objects from disk') -----
+ referencePool
+ | pool |
+ pool := OrderedCollection new.
+ self setProperty: #References toValue: pool.
+ ^ pool!