[Seaside-dev] Re: [Seaside Commits] Seaside 2.9: Seaside-Tests-Core-mls.125.mcz

Michael Lucas-Smith mlucas-smith at cincom.com
Thu Jun 4 14:47:36 UTC 2009


Nevermind, I see it now on the commits list. The VW compiler always 
removes blank lines from the ends of methods - I suspect the Squeak 
compiler does not. I'll look in to making my Monticello code deal with 
this.. somehow.

Michael

Michael Lucas-Smith wrote:
> Can you forward me the whole message.. this must be a bug in my 
> Monticello package :(
>
> Julian Fitzell wrote:
>> Is this a bug in your MC fileout? If so, any chance of correcting it
>> so we don't get spurious changes in all your commits?
>>
>> If not... we'll need to come up with some other solution because this
>> will get annoying. :)
>>
>> Julian
>>
>> On Wed, Jun 3, 2009 at 3:34 PM,
>> <squeak-dev-noreply at lists.squeakfoundation.org> wrote:
>>  
>>> Michael Lucas-Smith uploaded a new version of Seaside-Tests-Core to 
>>> project Seaside 2.9:
>>>     
>> ...
>>  
>>>        10 to: 30 do: [ :index | self assert: (cache at: (keys1 at: 
>>> index)) notNil ].
>>> +       10 to: 30 do: [ :index | self assert: (cacheCopy at: (keys2 
>>> at: index)) notNil ].!
>>> -       10 to: 30 do: [ :index | self assert: (cacheCopy at: (keys2 
>>> at: index)) notNil ].
>>> - !
>>>     
>> ... and so on...
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>
>>   
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>



More information about the seaside-dev mailing list