The Trunk: Morphic-mt.1078.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.1078.mcz

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

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

Name: Morphic-mt.1078
Author: mt
Time: 12 February 2016, 4:36:08.847094 pm
UUID: 0cd1216e-f8ba-4a08-9e5c-a15c7715e92a
Ancestors: Morphic-mt.1077

We need to spawn the process of the receiver (project), which happens to be the current one. Make it explicit.

=============== Diff against Morphic-mt.1077 ===============

Item was changed:
  ----- Method: MorphicProject>>scheduleProcessForEnter: (in category 'enter') -----
  scheduleProcessForEnter: showZoom
  "Complete the enter: by launching a new process"
 
  self finalEnterActions.
  world repairEmbeddedWorlds.
  world triggerEvent: #aboutToEnterWorld.
+ self spawnNewProcessAndTerminateOld: true.!
- Project current spawnNewProcessAndTerminateOld: true
- !