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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 9 16:54:57 UTC 2008


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

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

Name: Tasks-Common-kph.8
Author: kph
Time: 9 July 2008, 5:54:55 pm
UUID: a1f6fe52-f7a7-4a27-89f0-700aa7f7eb89
Ancestors: Tasks-Common-kph.7

categorize doc methods

=============== 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