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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Oct 26 20:55:15 UTC 2008


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

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

Name: Sake-Core-kph.65
Author: kph
Time: 26 October 2008, 8:55:12 pm
UUID: 1187e550-2ae2-4c22-9db1-fcf083cea5f5
Ancestors: Sake-Core-kph.64

+ SakeMeta storeOn:

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

Item was added:
+ ----- Method: SakeTask class>>preferencePresortTasks (in category 'as yet unclassified') -----
+ preferencePresortTasks
+ 
+ ^ false!

Item was changed:
  ----- Method: SakeTask>>runInteractively (in category 'running') -----
  runInteractively
  
  	runLevel ifNil: [ runLevel := #runInteractively ].
  
+ 	^ self class preferencePresortTasks
+ 		ifFalse: [ self privateRunRakeOrdering: (self withAllPriorTasks) ]
+ 	     ifTrue: [ self privateRunAllOrdered ]!
- 	^ self class preferenceUseRakeOrdering
- 		ifTrue: [ self privateRunRakeOrdering: (self withAllPriorTasks) ]
- 	     ifFalse: [ self privateRunAllOrdered ]!

Item was removed:
- ----- Method: SakeTask class>>preferenceUseRakeOrdering (in category 'as yet unclassified') -----
- preferenceUseRakeOrdering
- 
- "Rake ordering simply does the tasks in order and for each task does its prior tasks."
- 
- ^ true!



More information about the Packages mailing list