The Trunk: Morphic-dtl.1056.mcz

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

The Trunk: Morphic-dtl.1056.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-dtl.1056.mcz

David T. Lewis
On Fri, Dec 04, 2015 at 12:34:07AM +0000, [hidden email] wrote:

> 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

These two have been in the inbox long enough, so I moved them to
trunk. Morphic-jmg.1055 seems straightforward, and Morphic-cwp.1055
is needed for image segments but would still benefit from review
and comment as per Colin's earlier request.

Dave


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-dtl.1056.mcz

Jeff Gonis-3
Hi David, 

Thank you very much for merging my change in! Hopefully I can submit some more things in the coming days. I appreciate your efforts! 

Jeff