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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Oct 2 00:26:54 UTC 2008


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

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

Name: Tasks-Squeak310-kph.12
Author: kph
Time: 2 October 2008, 1:26:29 am
UUID: c704d722-9b6a-45d4-bc30-74975ae995b4
Ancestors: Tasks-Squeak310-kph.11

latest organising bug fixes


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

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUIGraphicalOffByOneReports (in category 'as yet unclassified') -----
+ fixesMotherOfUIGraphicalOffByOneReports
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6511 "
+ 
+ 	^ self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfMethodFinderIssues (in category 'as yet unclassified') -----
+ fixesMotherOfMethodFinderIssues
+   	
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=7110 "
+ 
+ 	^ self dependingOn: { }!

Item was changed:
  ----- Method: ReleaseAfterSqueak310 class>>taskBugFixes (in category 'as yet unclassified') -----
  taskBugFixes
  
  	^ self define: [ :task |
+ 		task dependsOn: { 
- 		
- 		task dependsOn: {
  			'6466 LazyListMorph-listChanged'.
+ 			self fixesMotherOfKernel.
+ 			self fixesMotherOfNetwork.
+ 			self fixesMotherOfDocumentation.
+ 			self fixesFromCroquet.
+ 			self fixesNicolasCellier.
+ 			self fixesMotherOfUIMorphicCleanUp.
+ 			self fixesMasashiUmezawa.
+ 			self fixesOthers.
+ 
+ 		} ]!
- 			'474 Millisecond clock'.
- 			'6805 Seconds as fraction'.
- 		}.
- 	].!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMasashiUmezawa (in category 'as yet unclassified') -----
+ fixesMasashiUmezawa
+ 	"Masashi Umezawa umejava at mars.dti.ne.jp"
+ 	
+ 	"4 so far"
+ 	^ self dependingOn: { 
+ 		
+ 		" http://bugs.squeak.org/view.php?id=6894 "
+ 		self fixIfUnstable: '6894 StartUpList order is broken due to the Delay patch'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6893 "
+ 		self fixIfUnstable: '6893 "Do it" log cannot be parsed if it includes leading spaces and multybyte string'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6892 "
+ 		self fixIfUnstable: '6892 Choosing default browser menu is not translated'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6861 "
+ 		self fixIfUnstable: '6861: Services menus/buttons are not translated'.
+ 
+ 		}  !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfKernel (in category 'as yet unclassified') -----
+ fixesMotherOfKernel
+ 	
+ 	^ self dependingOn: {
+ 	
+ 		self fixesKernelChronology.
+ 	
+ 	}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfRoundoffAndTruncationErrors (in category 'as yet unclassified') -----
+ fixesMotherOfRoundoffAndTruncationErrors.
+   	
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=7152 "
+ 
+ 	^ self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesFromCroquet (in category 'as yet unclassified') -----
+ fixesFromCroquet
+ 
+ 	"https://lists.duke.edu/sympa/arc/croquet-dev/2007-05/msg00035.html"
+ 	
+ 	^ self dependingOn: {}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUIAnnoyances (in category 'as yet unclassified') -----
+ fixesMotherOfUIAnnoyances
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6635 "
+ 
+ 	^ self dependingOn: { 
+ 	
+ 			self fixIfUnstable: '7181 improve HandMorph>>shadowForm'.
+ 			self fixesMotherOfUITargetingFixes.
+ 		} 
+ 		
+  !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfIntervalIssues (in category 'as yet unclassified') -----
+ fixesMotherOfIntervalIssues
+   	
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=7002 "
+ 
+ 	^ self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesKernelClasses (in category 'as yet unclassified') -----
+ fixesKernelClasses
+ 	
+ 	^ self dependingOn: {
+ 	
+ 		 self fix: '7156 Behavior-initialize sends superclass: which can cause VM crash'.
+ 	 
+ 	}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUIMorphicCleanUp (in category 'as yet unclassified') -----
+ fixesMotherOfUIMorphicCleanUp 
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6567 "
+ 
+ 	^ self dependingOn: { 
+ 			self fixesMotherOfUIMorphicWitler.
+ 	 		self fixesMotherOfUIAnnoyances.	
+ 	 		self fixesMotherOfUIGraphicalOffByOneReports.
+ 			self fixesMotherOfUIBalloonHelpIssues.
+ 		} !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesKernelStreams (in category 'as yet unclassified') -----
+ fixesKernelStreams
+ 	
+ 	^ self dependingOn: {
+ 	
+ 		 self fixOneDay: '0007167: ReadWriteStream opened with on: aCollection always has readLimit 0'.
+ 	 
+ 	}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesOthers (in category 'as yet unclassified') -----
+ fixesOthers
+ 		^ self dependingOn: { 
+ 		
+ 			"Matthew Fulmer"
+ 			
+ 			" http://bugs.squeak.org/view.php?id=1780 "
+ 			'1780: Stay up menus have a confusing and dangerous behavior when obscured.'. 
+ 			"kph: not sure this works as intended, menus cease to work at all if partially obscured"
+ 					
+ 			" http://bugs.squeak.org/view.php?id=7059 "
+ 			'7059 In the Object Explorer, the menu item explore pointers is broken'.
+ 
+ 			"Tom Phoenix"
+ 			
+ 			" http://bugs.squeak.org/view.php?id=6870 "
+ 			'6870 MessageCatcher considered harmful'. 
+ 
+ 			"proposer Andreas"
+ 
+ 			" http://bugs.squeak.org/view.php?id=6980 "
+ 			'6980 recreate special objects array'.
+ 
+ 			"proposer laza"
+ 
+ 			" http://bugs.squeak.org/view.php?id=6834 "
+ 			'6834 Delay class-#timeoutSemaphore:afterMSecs: doesnt'.
+ 			
+ 			"proposer klaus" "this is already in kernel-extensions"
+ 			" http://bugs.squeak.org/view.php?id=6937 "
+ 			'6937 OrderedCollection-removeAll'.
+ 			
+ 			"Keith Hodges"
+ 			" http://bugs.squeak.org/view.php?id=6868 "
+ 			'6868: System Navigation-#obsoleteBehaviours chokes on ProtoObjects'.
+ 
+ 			" http://bugs.squeak.org/view.php?id=6869 "
+ 			'6869: fixObsoleteReferences redundancy'.
+ 			
+ 			" http://bugs.squeak.org/view.php?id=7177 "
+ 			'7177 removeAll fails for Dictionaries'.
+ 			
+ 			"proposer: Damien Cassou"
+ 			" http://bugs.squeak.org/view.php?id=6846 "
+ 			'6846 MenuMorphs can drop mouse focus'.
+ 
+ 			"proposer: Zulq"
+ 			" http://bugs.squeak.org/view.php?id=6859 "
+ 			'6859: Integer-parseFromString:base:ifFail:'.
+ 
+ 			"proposer: Göran Krampe"
+ 			" http://bugs.squeak.org/view.php?id=6843 "
+ 			'6843: Trivial fix in SMTPClient-#encodeString: exclude NULL chars'.
+ 
+ 			"proposer: philb"
+ 			" http://bugs.squeak.org/view.php?id=7196 "
+ 			'7196 HTTPSocket User Agent hard-coded'.
+ 			
+ 			"proposer: keith"
+ 			" http://bugs.squeak.org/view.php?id=7199 "
+ 			'7199: Expose Socket timeout to ProtocolClients'. 
+ 		} 
+ 	 !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUITargetingFixes (in category 'as yet unclassified') -----
+ fixesMotherOfUITargetingFixes
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6530 "
+ 
+ 	^ self dependingOn: { 
+ 		
+ 		" http://bugs.squeak.org/view.php?id=6521 "
+ 		self fixIfUnstable: '6521: Target setting doesnt work for buttons and sliders'.
+ 
+ 		} !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUIBalloonHelpIssues (in category 'as yet unclassified') -----
+ fixesMotherOfUIBalloonHelpIssues
+   	
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6688 "
+ 
+ 	^ self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfRandomNumberGenerator (in category 'as yet unclassified') -----
+ fixesMotherOfRandomNumberGenerator
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=7192 "
+ 
+ 	^ self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfNetwork (in category 'as yet unclassified') -----
+ fixesMotherOfNetwork
+ 	
+ 	^ self dependingOn: {
+ 	
+ 		self fix: '7199 Expose Socket timeout to ProtocolClients'.
+  		self fixIfUnstable: '7196 HTTPSocket User Agent hard-coded'.	 
+ 	}
+ 	
+  !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfFontIssues (in category 'as yet unclassified') -----
+ fixesMotherOfFontIssues
+   	
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6570 "
+ 
+ 	^ self dependingOn: {
+ 	
+ 		self fixIfUnstable: '7071: Key values from Input Method are not converted correctly on new Unicode Windows VM'.
+ 	
+ 	}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfUIMorphicWitler (in category 'as yet unclassified') -----
+ fixesMotherOfUIMorphicWitler 
+ 	"Mother Page: http://bugs.squeak.org/view.php?id=6593 "
+  
+ 	^self dependingOn: { }!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesMotherOfDocumentation (in category 'fixes - documentation') -----
+ fixesMotherOfDocumentation
+ 	
+ 	^ self dependingOn: {
+ 	
+ 		 '0007191: Add class comments to TParseNode and TMethod'. 
+ 	
+ 	}!

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesNicolasCellier (in category 'as yet unclassified') -----
+ fixesNicolasCellier
+ 	"nicolas cellier (nice) ncellier at ifrance.com"
+ 	
+ 	"36 so far"
+ 	^ self dependingOn: {
+ 		" http://bugs.squeak.org/view.php?id=6812 "
+ 		'6812 Inspecting a changing WeakSet will raise a Debugger'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6781 "
+ 		'6781: 0.0 raisedTo: -1.0 unexpected result'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6782 "
+ 		'6782: 1.0 / (FloatArray with: 2.0) unexpected result'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6729 "
+   		'6729: -Infinity closeTo: Infinity'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6796 "
+ 		'6796 A ScaledDecimal is a literal but not isLiteral'.
+ 	
+ 		" http://bugs.squeak.org/view.php?id=6797 "
+ 		'6797 Compiler reduce ScaledDecimal with different scales to a single literal'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=4378 "
+  		'4378 ScaledDecimal storeString uses printOn: and looses exactness'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7169 "
+ 		'7169 SqNumberParser does not parse ScaledDecimal with trailing zeros correctly'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6779 "
+ 		'6779 ScaledDecimal readFrom: ''5.3'' would not answer a ScaledDecimal'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6482 "
+ 		'6482 Interval storeOn: Incorrect for some ScaledDecimal'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6696 "
+ 		'6696 ScaledDecimal can read in base 16 but cannot print in base 16'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6695 "
+ 		'6695 Float storeStringBase: does not store the radix'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6697 "
+ 		'6697 Number>>storeOn:base: default implementation is wrong'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6778 "
+ 		'6778 SkipList copy is shallow...'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6777 "
+ 		'6777 CharacterSet copy is shallow...'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6366 "
+ 		'6366 [BUG] WideString findString:startingAt: and other matchTable problems'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6367 "
+ 		'6367 WideString substrings broken'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=3574 "
+ 		'3574 (Wide)String-findFirstInString:inSet:startingAt: broke if last char'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=5331 "
+ 		'5331 "abc" beginsWith: "ab" asWideString (returns wrong result)'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6726 "
+ 		'6726 REQ: <raw>CompiledMethod</raw> print enhancement'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6732 "
+ 		'6732 Undo polygon painting cause drawing not functioning anymore'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6873 "
+ 		'6873 [BUG] isPowerOfTwo incorrect for some LargeNegativeInteger'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=2701 "
+ 		'2701 DependentsArray might potentially be misused'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6584 "
+ 		'6584 Symbol allInstances doesn''t work anymore'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6456 "
+ 		'6456 [BUG] Interval of Float do: infinite loop'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=1602 "
+ 		'1602 [ENH] Interval method indexOf:'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6933 "
+ 		'6933 MultiByteFileStream>>upTo: fails for binary'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6990 "
+ 		'6990 0.0 significandAsInteger is too big'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=5640 "
+ 		'5640 Number-i-printShowingDecimalPlaces:'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=6535 "
+ 		"'6535 keyBlock and sortBlock are lost when creating a collection of the same species.'.
+ 		hangs when loading"
+ 
+ 		" http://bugs.squeak.org/view.php?id=7095 "
+ 		'7095 Dictionary>>collect: answers OrderedCollection not Dictionary'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7114 "
+ 		'7114 [BUG] SmallInteger minVal highBitOfMagnitude'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7121 "
+ 		'7121 add:beforeIndex: and add:afterIndex: do not work as advertised'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7134 "
+ 		'7134 Float rounded is inexact'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7136 "
+ 		'7136 [BUG] LinkedList add:after: fails to update lastLink'.
+ 
+ 		" http://bugs.squeak.org/view.php?id=7175 "
+ 		'7175 CharacterSetComplement cannot printString'.
+ 		} !

Item was added:
+ ----- Method: ReleaseAfterSqueak310 class>>fixesKernelChronology (in category 'as yet unclassified') -----
+ fixesKernelChronology
+ 	
+ 	^ self dependingOn: {
+ 	
+ 			'474 Millisecond clock'.
+ 			'6805 Seconds as fraction'. 
+ 	 
+ 	}!

Item was removed:
- ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixesOthers (in category 'as yet unclassified') -----
- taskBugFixesOthers
- 		^ self define: [ :task |
- 		task dependsOn: {
- 
- 			"Matthew Fulmer"
- 			
- 			" http://bugs.squeak.org/view.php?id=1780 "
- 			'1780: Stay up menus have a confusing and dangerous behavior when obscured.'. 
- 			"kph: not sure this works as intended, menus cease to work at all if partially obscured"
- 					
- 			" http://bugs.squeak.org/view.php?id=7059 "
- 			'7059 In the Object Explorer, the menu item explore pointers is broken'.
- 
- 			"Tom Phoenix"
- 			
- 			" http://bugs.squeak.org/view.php?id=6870 "
- 			'6870 MessageCatcher considered harmful'. 
- 
- 			"proposer Andreas"
- 
- 			" http://bugs.squeak.org/view.php?id=6980 "
- 			'6980 recreate special objects array'.
- 
- 			"proposer laza"
- 
- 			" http://bugs.squeak.org/view.php?id=6834 "
- 			'6834 Delay class-#timeoutSemaphore:afterMSecs: doesnt'.
- 			
- 			"proposer klaus" "this is already in kernel-extensions"
- 			" http://bugs.squeak.org/view.php?id=6937 "
- 			'6937 OrderedCollection-removeAll'.
- 			
- 			"Keith Hodges"
- 			" http://bugs.squeak.org/view.php?id=6868 "
- 			'6868: System Navigation-#obsoleteBehaviours chokes on ProtoObjects'.
- 
- 			" http://bugs.squeak.org/view.php?id=6869 "
- 			'6869: fixObsoleteReferences redundancy'.
- 			
- 			" http://bugs.squeak.org/view.php?id=7177 "
- 			'7177 removeAll fails for Dictionaries'.
- 			
- 			"proposer: Damien Cassou"
- 			" http://bugs.squeak.org/view.php?id=6846 "
- 			'6846 MenuMorphs can drop mouse focus'.
- 
- 			"proposer: Zulq"
- 			" http://bugs.squeak.org/view.php?id=6859 "
- 			'6859: Integer-parseFromString:base:ifFail:'.
- 
- 			"proposer: Göran Krampe"
- 			" http://bugs.squeak.org/view.php?id=6843 "
- 			'6843: Trivial fix in SMTPClient-#encodeString: exclude NULL chars'.
- 
- 			"proposer: philb"
- 			" http://bugs.squeak.org/view.php?id=7196 "
- 			'7196 HTTPSocket User Agent hard-coded'.
- 			
- 			"proposer: keith"
- 			" http://bugs.squeak.org/view.php?id=7199 "
- 			'7199: Expose Socket timeout to ProtocolClients'. 
- 		} ]
- 	 !

Item was removed:
- ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixesMasashiUmezawa (in category 'as yet unclassified') -----
- taskBugFixesMasashiUmezawa
- 	"Masashi Umezawa umejava at mars.dti.ne.jp"
- 	
- 	"4 so far"
- 	^ self define: [ :task |
- 		task dependsOn: { 
- 		
- 		" http://bugs.squeak.org/view.php?id=6894 "
- 		'6894 StartUpList order is broken due to the Delay patch'.
- 
- 		" http://bugs.squeak.org/view.php?id=6893 "
- 		'6893 "Do it" log cannot be parsed if it includes leading spaces and multybyte string'.
- 
- 		" http://bugs.squeak.org/view.php?id=6892 "
- 		'6892 Choosing default browser menu is not translated'.
- 
- 		" http://bugs.squeak.org/view.php?id=6861 "
- 		'6861: Services menus/buttons are not translated'.
- 
- 		} ]!

Item was removed:
- ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixesFromCroquet (in category 'as yet unclassified') -----
- taskBugFixesFromCroquet
- 
- 	"https://lists.duke.edu/sympa/arc/croquet-dev/2007-05/msg00035.html"
- 	
- 	^ self define: [ :task |
- 		  ]!

Item was removed:
- ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixesNicolasCellier (in category 'as yet unclassified') -----
- taskBugFixesNicolasCellier
- 	"nicolas cellier (nice) ncellier at ifrance.com"
- 	
- 	"36 so far"
- 	^ self define: [ :task |
- 		task dependsOn: { 
- 		
- 		" http://bugs.squeak.org/view.php?id=6812 "
- 		'6812 Inspecting a changing WeakSet will raise a Debugger'.
- 
- 		" http://bugs.squeak.org/view.php?id=6781 "
- 		'6781: 0.0 raisedTo: -1.0 unexpected result'.
- 
- 		" http://bugs.squeak.org/view.php?id=6782 "
- 		'6782: 1.0 / (FloatArray with: 2.0) unexpected result'.
- 
- 		" http://bugs.squeak.org/view.php?id=6729 "
-   		'6729: -Infinity closeTo: Infinity'.
- 
- 		" http://bugs.squeak.org/view.php?id=6796 "
- 		'6796 A ScaledDecimal is a literal but not isLiteral'.
- 	
- 		" http://bugs.squeak.org/view.php?id=6797 "
- 		'6797 Compiler reduce ScaledDecimal with different scales to a single literal'.
- 
- 		" http://bugs.squeak.org/view.php?id=4378 "
-  		'4378 ScaledDecimal storeString uses printOn: and looses exactness'.
- 
- 		" http://bugs.squeak.org/view.php?id=7169 "
- 		'7169 SqNumberParser does not parse ScaledDecimal with trailing zeros correctly'.
- 
- 		" http://bugs.squeak.org/view.php?id=6779 "
- 		'6779 ScaledDecimal readFrom: ''5.3'' would not answer a ScaledDecimal'.
- 
- 		" http://bugs.squeak.org/view.php?id=6482 "
- 		'6482 Interval storeOn: Incorrect for some ScaledDecimal'.
- 
- 		" http://bugs.squeak.org/view.php?id=6696 "
- 		'6696 ScaledDecimal can read in base 16 but cannot print in base 16'.
- 
- 		" http://bugs.squeak.org/view.php?id=6695 "
- 		'6695 Float storeStringBase: does not store the radix'.
- 
- 		" http://bugs.squeak.org/view.php?id=6697 "
- 		'6697 Number>>storeOn:base: default implementation is wrong'.
- 
- 		" http://bugs.squeak.org/view.php?id=6778 "
- 		'6778 SkipList copy is shallow...'.
- 
- 		" http://bugs.squeak.org/view.php?id=6777 "
- 		'6777 CharacterSet copy is shallow...'.
- 
- 		" http://bugs.squeak.org/view.php?id=6366 "
- 		'6366 [BUG] WideString findString:startingAt: and other matchTable problems'.
- 
- 		" http://bugs.squeak.org/view.php?id=6367 "
- 		'6367 WideString substrings broken'.
- 
- 		" http://bugs.squeak.org/view.php?id=3574 "
- 		'3574 (Wide)String-findFirstInString:inSet:startingAt: broke if last char'.
- 
- 		" http://bugs.squeak.org/view.php?id=5331 "
- 		'5331 "abc" beginsWith: "ab" asWideString (returns wrong result)'.
- 
- 		" http://bugs.squeak.org/view.php?id=6726 "
- 		'6726 REQ: <raw>CompiledMethod</raw> print enhancement'.
- 
- 		" http://bugs.squeak.org/view.php?id=6732 "
- 		'6732 Undo polygon painting cause drawing not functioning anymore'.
- 
- 		" http://bugs.squeak.org/view.php?id=6873 "
- 		'6873 [BUG] isPowerOfTwo incorrect for some LargeNegativeInteger'.
- 
- 		" http://bugs.squeak.org/view.php?id=2701 "
- 		'2701 DependentsArray might potentially be misused'.
- 
- 		" http://bugs.squeak.org/view.php?id=6584 "
- 		'6584 Symbol allInstances doesn''t work anymore'.
- 
- 		" http://bugs.squeak.org/view.php?id=6456 "
- 		'6456 [BUG] Interval of Float do: infinite loop'.
- 
- 		" http://bugs.squeak.org/view.php?id=1602 "
- 		'1602 [ENH] Interval method indexOf:'.
- 
- 		" http://bugs.squeak.org/view.php?id=6933 "
- 		'6933 MultiByteFileStream>>upTo: fails for binary'.
- 
- 		" http://bugs.squeak.org/view.php?id=6990 "
- 		'6990 0.0 significandAsInteger is too big'.
- 
- 		" http://bugs.squeak.org/view.php?id=5640 "
- 		'5640 Number-i-printShowingDecimalPlaces:'.
- 
- 		" http://bugs.squeak.org/view.php?id=6535 "
- 		"'6535 keyBlock and sortBlock are lost when creating a collection of the same species.'.
- 		hangs when loading"
- 
- 		" http://bugs.squeak.org/view.php?id=7095 "
- 		'7095 Dictionary>>collect: answers OrderedCollection not Dictionary'.
- 
- 		" http://bugs.squeak.org/view.php?id=7114 "
- 		'7114 [BUG] SmallInteger minVal highBitOfMagnitude'.
- 
- 		" http://bugs.squeak.org/view.php?id=7121 "
- 		'7121 add:beforeIndex: and add:afterIndex: do not work as advertised'.
- 
- 		" http://bugs.squeak.org/view.php?id=7134 "
- 		'7134 Float rounded is inexact'.
- 
- 		" http://bugs.squeak.org/view.php?id=7136 "
- 		'7136 [BUG] LinkedList add:after: fails to update lastLink'.
- 
- 		" http://bugs.squeak.org/view.php?id=7175 "
- 		'7175 CharacterSetComplement cannot printString'.
- 		} ]!

Item was removed:
- ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixes (in category 'as yet unclassified') -----
- taskBugFixes
- 
- 	^ self define: [ :task |
- 		task dependsOn: { 
- 			super taskBugFixes. 
- 			self taskBugFixesFromCroquet.
- 			self taskBugFixesNicolasCellier.
- 			self taskBugFixesMasashiUmezawa.
- 			self taskBugFixesOthers.
- 
- 		} ]!



More information about the Packages mailing list