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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Dec 9 02:28:48 UTC 2008


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

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

Name: Tasks-Squeak310-kph.24
Author: kph
Time: 9 December 2008, 2:28:43 am
UUID: dca4dd89-e9f8-4dc6-a172-dfdfa2bdc53c
Ancestors: Tasks-Squeak310-kph.23

.

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

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesCategoryCollectionsHmm (in category 'as yet unclassified') -----
+ fixesCategoryCollectionsHmm
+ 	"Filter on 'Collections' category in Mantis"
+ 
+ 	"^ self dependingOn: { 
+ 
+ 		(self fix: 			'0007242: Add Inpace Sort to OrderedCollection').
+ 		(self date: '11-06-08'	fix:			'0007219: Improve Streams Usage Readability').
+ 		(self date: '09-16-08'	fixOneDay: 	'0007194: copyReplaceFrom:to:with: strange behavior with ill bounds').
+ 		(self date: '09-09-08'	fixUnstable:	'0007184: String>>asUnHtml use Character class>>nbsp, not Character class>>space').
+ 		(self date: '09-09-08'	fixUnstable:	'0007180: Interval method indexOf: / includes: incomplete fix in squeak3.10')
+ 							alsoFixes:	#(1602 1603).
+ 		(self date: '09-03-08'	fixUnstable:	'0007177: removeAll fails for Dictionaries'). 
+ 		(self date: '09-03-08'	fixUnstable:	'0007177: removeAll fails for Dictionaries'). 
+ 		
+ 		(self fixUnstable: '0007175	1	Collections	minor	new	09-02-08	 CharacterSetComplement cannot printString').
+ 	
+ 		(self fixUnstable: '6521: Target setting doesnt work for buttons and sliders').
+ 		
+ 		(self date: '12-08-08'	fixNotNeeded: '0001603: [BUG][FIX] Interval method includes:')
+ 							fixedBy: 		'0007180: Interval method indexOf: / includes: incomplete fix in squeak3.10'.					
+ 		(self date: '09-10-08'	fixNotNeeded: '0001602: [ENH] Interval method indexOf:'
+ 							fixedBy: 		'0007180: Interval method indexOf: / includes: incomplete fix in squeak3.10').					
+ 
+ 
+ 		} 
+ "		
+ "	
+ 
+ 
+ "!

Item was changed:
  ----- Method: ReleaseAfterSqueak310 class>>fixesCategoryCollections (in category 'as yet unclassified') -----
  fixesCategoryCollections
  	"Filter on 'Collections' category in Mantis"
  
  	^ self dependingOn: { 
  
  		" http://bugs.squeak.org/view.php?id=7242 "
  		self fixUnstable: '7242: Add Inplace Sort to OrderedCollection'.
+ 
+ 		self fix: '7219 Improve Streams Usage Readability'.
  		
  		" http://bugs.squeak.org/view.php?id=6521 "
  		self fixUnstable: '6521: Target setting doesnt work for buttons and sliders'.
  
  		} !



More information about the Packages mailing list