[Pkg] Sake : Sake-Core-kph.104.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Mar 3 14:11:31 UTC 2009


A new version of Sake-Core was added to project Sake :
http://www.squeaksource.com/Sake/Sake-Core-kph.104.mcz

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

Name: Sake-Core-kph.104
Author: kph
Time: 3 March 2009, 2:11:25 pm
UUID: 2eefc474-07fd-11de-bb3d-000a95edb42a
Ancestors: Sake-Core-kph.102

+ setInfo:

=============== Diff against Sake-Core-kph.102 ===============

Item was added:
+ ----- Method: SakeTask>>setInfo: (in category 'as yet unclassified') -----
+ setInfo: anInfo
+ 
+ 	^ info := anInfo!

Item was changed:
  ----- Method: SakeTask>>runQuietly (in category 'running') -----
  runQuietly
  
  	runLevel ifNil: [ runLevel := #runQuietly ].
  
+ 	^ [ self run ] on: SakeConfirm, Warning do: [ :ex | ex resume: true  ] 
+ !
- 	^ [ self run ] on: SakeConfirm do: [ :ex | ex resume: true  ] !



More information about the Packages mailing list