The Trunk: Morphic-mt.1138.mcz

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

The Trunk: Morphic-mt.1138.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1138.mcz

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

Name: Morphic-mt.1138
Author: mt
Time: 9 May 2016, 9:49:11.264377 am
UUID: 057144ea-d4af-bd47-aa80-968af1300aea
Ancestors: Morphic-mt.1137

Move #representsSameBrowseeAs: from Morphic extension to tool package to simplify load/unload of Morphic. Although the Tools package is somewhat coupled with Morphic, it is more consistent with all the other implementations of #representsSameBrowseeAs:.

=============== Diff against Morphic-mt.1137 ===============

Item was removed:
- ----- Method: ObjectExplorer>>representsSameBrowseeAs: (in category '*morphic') -----
- representsSameBrowseeAs: anotherObjectExplorer
- ^ self rootObject == anotherObjectExplorer rootObject!