[Pkg] Tasks: Tasks-Squeak310-kph.60.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Dec 18 13:58:19 UTC 2008


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

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

Name: Tasks-Squeak310-kph.60
Author: kph
Time: 18 December 2008, 1:58:17 pm
UUID: 2c6e0578-4dc5-47f8-a86d-b94e47bb87a6
Ancestors: Tasks-Squeak310-kph.59

added fix recommended by Andreas

=============== Diff against Tasks-Squeak310-kph.59 ===============

Item was changed:
  ----- Method: Squeak310MakeBuildCandidate class>>taskEssentialFixes (in category 'as yet unclassified') -----
  taskEssentialFixes
  
  	"there are some fixes loaded with LPF, here are some more"
  	
  	^ self dependingOn: {
  	
  			"proposer: keith"
  			"needed for SUnit to discover whether tests use the network"			
  			" http://bugs.squeak.org/view.php?id=5706 "
  			self fixEssential: '5706 Need minimal socket stats'. 
  
  			"building and removing things will trip on this"
  			" http://bugs.squeak.org/view.php?id=6868 "
  			self fixEssential: '6868: System Navigation-#obsoleteBehaviours chokes on ProtoObjects'.
  
  			"heres one I have been asking for for 2 years!!"
  			self fixEssential: '6466 LazyListMorph-listChanged'.
  
  			self fixEssential: '5669 Workspace openFile: convenience method'.
  
  			self fixEssential: '7244 Image cleanUp methods'.
+ 			
+ 			"recommended by Andreas"
+ 			self fixEssential: '6980 Loading FFI kernel makes NetNameResolver unresponsive'.
+ 
  	}!



More information about the Packages mailing list