[UPDATES] 7 more for 3.8gamma

Marcus Denker denker at iam.unibe.ch
Mon Dec 6 18:16:12 UTC 2004


6521positionOfSubCollection-fix-avi -- Avi Bryant -- 5 December 2004
This fixes an off-by-one error that caused #positionOfSubCollection: to 
return the position of the last character before the subcollection 
rather than the first character of the subcollection itself.  For 
example, before this fix,
	''xyz'' readStream positionOfSubCollection: ''x''
and
	''xyz'' readStream positionOfSubCollection: ''q''
would *both* return 0, whereas now the first returns 1 and the second 
returns 0.
This changset also modifies the only sender, SocketStream>>upToAll:, 
which had previously tried to compensate for the off-by-one error 
(although only in one of two places it should have, which was what 
brought the bug to my attention).
With this fix, Comanche/Seaside/etc (and presumably many other network 
clients and servers) should work properly again."

6522PreferencesAddMethods-hpt -- Hernan Tylim -- 5 December 2004
It just adds two methods that I forgot to put when I made the original 
changeset. These methods are for adding boolean preference specifying a 
changeInformee object.
Note that this changeset is required for old packages to install 
correctly on 3.9, an example of such package is Shout. "

6523SUnit-md -- Marcus Denker -- 5 December 2004
This is the changeset that Monticello builds if
you load in SUnit.22 in 3.8gamma.
Hand-tweaked a bit.
So it''s the diff. This should go in 3.8gamma and 3.9alpha"

6524categorizeInspector -- Marcus Denker -- 6 December 2004
Subject:		[ENH] Better categorization for inspectorClass
Author: Serge Stinckwich
Some cosmetic changes for the categorization of the inspectorClass
method. No more failure for Set tests.

6525MethodFinderCommentFix-md -- Marcus Denker -- 6 December 2004
Fix for mantis #598:
oshiki:
  --------
  MethodFinder test2:
    Somebody should tell me that the commented area, which doesn''t seem
  to work, should be there or not.
  Marcus
  As the method was last touched in 1999 i''d say: remove it.

6526positionOfSubcollectionTests -- Tom Koenig -- 5 December 2004
Updated sunit TestCases for ReadWrite and SocketStream.  The RWS test 
pretty much just adds the test suggested by Avi.  The SS test adds a 
basic test for the modified method.  It also comments out a couple of 
failing tests methods that were failing and pointless.  Added class 
comments for both TestCases."

6527SetPlatformPreferencesFix-601-v2-laza -- Alexander at Lazarevic.de -- 
6 December 2004
Mantis-Bug:		601
A tiny fix so that platform specific preferences actually get set on 
image startup."




More information about the Squeak-dev mailing list