[Pkg] Tasks: Tasks-Common-kph.38.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Dec 13 18:15:23 UTC 2008


A new version of Tasks-Common was added to project Tasks:
http://www.squeaksource.com/Tasks/Tasks-Common-kph.38.mcz

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

Name: Tasks-Common-kph.38
Author: kph
Time: 13 December 2008, 6:15:21 pm
UUID: fabe53e3-425e-4c39-988f-4c86c99e6293
Ancestors: Tasks-Common-kph.37

save only if on the master mc

=============== Diff against Tasks-Common-kph.37 ===============

Item was added:
+ ----- Method: TasksRelease class>>configIsSaving (in category 'as yet unclassified') -----
+ configIsSaving
+ 
+  	^ NetNameResolver localHostName =  'mercy.flat'!

Item was changed:
  ----- Method: TasksRelease class>>buildNumber (in category 'as yet unclassified') -----
  buildNumber
+ 	^ self status at: #build!
- 
- 	^ self status at: #build ifAbsent: [ nil ]!

Item was added:
+ ----- Method: TasksRelease class>>taskSaveAll (in category 'as yet unclassified') -----
+ taskSaveAll
+ 
+ 	^ self define: [ :task |
+ 		
+ 		task if: [ self configIsSaving ].
+ 		
+ 		task action: {
+ 			self taskSaveAll: self kernelPackages rehomingIn: self repository.
+ 		
+ 			self taskSave: self packageNameForMyTasks.
+ 		}
+ 	]!

Item was removed:
- ----- Method: TasksRelease class>>isSaving (in category 'as yet unclassified') -----
- isSaving
- 
- 	^ self status at: #saving ifAbsent: [ false ]!

Item was removed:
- ----- Method: TasksRelease class>>beSaving (in category 'as yet unclassified') -----
- beSaving
- 
- 	^ self status at: #saving put: true!



More information about the Packages mailing list