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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 15 23:07:17 UTC 2008


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

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

Name: Tasks-Common-kph.17
Author: kph
Time: 16 October 2008, 12:07:15 am
UUID: 97d76256-753d-48aa-a2dd-97a4274962e7
Ancestors: Tasks-Common-kph.16

fixed call to 

Installer fixesApplied

is now

Installer mantis fixesApplied

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

Item was changed:
  ----- Method: TasksRelease class>>taskDocumentOtherFixes (in category 'as yet unclassified') -----
  taskDocumentOtherFixes
  	"if some fixes have been loaded by LPF or by other fixes they may have escaped documentation, this uses the Installers list"
  
  	^ self define: [ :task |
+ 		task dependsOn:  (((Installer mantis fixesApplied) difference: (self selectors collect: [ :sel | (sel copyFrom: 2 to: 5) asNumber])) collect: #asString)
- 		task dependsOn:  (((Installer fixesApplied) difference: (self selectors collect: [ :sel | (sel copyFrom: 2 to: 5) asNumber])) collect: #asString)
  	].!



More information about the Packages mailing list