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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Sun Aug 3 00:40:31 UTC 2008


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

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

Name: Tasks-Common-kph.9
Author: kph
Time: 3 August 2008, 1:40:28 am
UUID: 46b10eda-19bd-4e66-bfef-ace28de86dff
Ancestors: Tasks-Common-kph.7

.

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

Item was changed:
  ----- Method: TasksRelease class>>taskEnsureFix: (in category 'as yet unclassified') -----
  taskEnsureFix: aFixNumberOrString
  
  	| theBugPage theBugScript |
  
  	^ self define: [ :task |
  		
  		task action: [ 
  			"install the fix and record its details for posterity"
  
  	 	
  			theBugPage := Installer mantis bug: aFixNumberOrString.
  			theBugScript := Installer mantis bugScript: aFixNumberOrString.
  	
+ 			self at: 'm', aFixNumberOrString asString category: nil putMethod: theBugScript doc: theBugPage.
- 			self at: 'm', aFixNumberOrString putMethod: theBugScript doc: theBugPage.
   
  			self isOnline ifTrue: [ Installer mantis ensureFix: aFixNumberOrString ]
  		].
  	]!



More information about the Packages mailing list