The Trunk: Morphic-dtl.465.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-dtl.465.mcz

commits-2
David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.465.mcz

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

Name: Morphic-dtl.465
Author: dtl
Time: 12 September 2010, 3:40:08.521 pm
UUID: f8810d09-b9ba-4d97-90b6-a1d89fd8e921
Ancestors: Morphic-ar.464

MVC fixes by Florin Mateoc to address debugger opening, including low space interrupt and user interrupt in MVC.

=============== Diff against Morphic-ar.464 ===============

Item was added:
+ ----- Method: MorphicProject>>interruptName: (in category 'scheduling') -----
+ interruptName: labelString
+ "Create a Notifier on the active scheduling process with the given label."
+
+ ^ self interruptName: labelString preemptedProcess: nil!