The Trunk: Compiler-nice.135.mcz

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

The Trunk: Compiler-nice.135.mcz

commits-2
Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-nice.135.mcz

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

Name: Compiler-nice.135
Author: nice
Time: 8 March 2010, 10:11:35.22 pm
UUID: 6157c6e3-16a1-6b46-80f0-6ab3bdf09d71
Ancestors: Compiler-nice.134

move OutOfScopeNotification to Compiler

=============== Diff against Compiler-nice.134 ===============

Item was added:
+ ----- Method: OutOfScopeNotification>>defaultAction (in category 'as yet unclassified') -----
+ defaultAction
+
+ self resume: false!

Item was added:
+ Notification subclass: #OutOfScopeNotification
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Compiler-Exceptions'!