[squeak-dev] The Trunk: Compiler-nice.135.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 8 21:11:45 UTC 2010


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'!




More information about the Squeak-dev mailing list