[squeak-dev] The Trunk: Files-jcg.27.mcz

Bert Freudenberg bert at freudenbergs.de
Tue Sep 1 12:47:17 UTC 2009


On 01.09.2009, at 11:45, Bert Freudenberg wrote:

> On 01.09.2009, at 10:01, Joshua Gargus wrote:
>
>> Does anyone know why several classes had their class variables
>> alphabetized when I committed this version?  I didn't do it  
>> explicitly.
>> Is this the desired behavior?
>
> Yes:
>
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-August/138223.html
>
> - Bert -

... and if our squeaksource server was using the same MC version as in  
trunk, you would not even see these spurious diffs, because it knows  
the two definitions are actually equivalent.

- Bert -
>
>> Cheers,
>> Josh
>>
>>
>> commits at source.squeak.org wrote:
>>>
>>> StandardFileStream subclass: #CrLfFileStream
>>> 	instanceVariableNames: 'lineEndConvention'
>>> + 	classVariableNames: 'Cr CrLf Lf LineEndDefault LineEndStrings  
>>> LookAheadCount'
>>> - 	classVariableNames: 'LookAheadCount LineEndDefault  
>>> LineEndStrings CrLf Cr Lf'
>>> 	poolDictionaries: ''
>>> 	category: 'Files-Kernel'!
>
>




More information about the Squeak-dev mailing list