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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Mar 3 09:06:26 UTC 2009


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

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

Name: Sake-Core-kph.103
Author: kph
Time: 3 March 2009, 9:06:19 am
UUID: 8ff79470-07d2-11de-95b9-000a95edb42a
Ancestors: Sake-Core-kph.102

added Warning to runQuietly handler

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

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