[Pkg] The Trunk: Graphics-nice.264.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 10 00:58:43 UTC 2013


Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-nice.264.mcz

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

Name: Graphics-nice.264
Author: nice
Time: 10 October 2013, 2:57:35.855 am
UUID: fdd2c82a-62fb-47d2-8540-b0e24148d39b
Ancestors: Graphics-nice.263

Sanitize before removing TextStopConditions (I saw a few instances hanging).

=============== Diff against Graphics-nice.263 ===============

Item was added:
+ ----- Method: TextStopConditions class>>initialize (in category 'class initialization') -----
+ initialize
+ 	self allInstancesDo: [:e | e sepuku]!

Item was added:
+ ----- Method: TextStopConditions>>sepuku (in category 'initialize-release') -----
+ sepuku
+ 	self becomeForward: (stops first: 256)!



More information about the Packages mailing list