[squeak-dev] Re: Squeak 5.0 Strange Commit Behavior

Eliot Miranda eliot.miranda at gmail.com
Tue Nov 3 11:14:40 UTC 2015


Hi Levente,

> On Nov 3, 2015, at 3:10 AM, Levente Uzonyi <leves at elte.hu> wrote:
> 
> If Dave has fixed all packages in the 4.6 repository, and the packages in the 4.6 and the 5.0 repositories are meant to be the same, then wouldn't it be easier to just copy over these packages from the 4.6 repository?

Remember that Collections, Compiler, Kernel and System are the four packages that are definitely different between Spur/5.0 and V3/4.6.  So can people check their package caches and find non-empty versions?  I'll do this first thing.  I expect I have ok versions because I've not used 4.6 yet.

> 
> Levente
> 
>> On Tue, 3 Nov 2015, marcel.taeumel wrote:
>> 
>> Hi Chris,
>> 
>> it seems that Kernel-cmm.937 and System-cmm.756 are "broken". The diff from
>> my changes to Kernel-cmm.936 and System-cmm.755, which are the previous
>> versions, looks fine.
>> 
>> Considering that MCZs save the full snapshot anyway ... should I just
>> commit? =)
>> 
>> The Tools-cmm.629 looks fine and diffs fine.
>> 
>> I touched all packages with this code:
>> 
>> repo := MCRepositoryGroup default repositories detect: [:repo | repo
>> description endsWith: 'squeak50'].
>> 
>> PackageOrganizer default packages do: [:pkg |
>> [(pkg mcPackage workingCopy changesRelativeToRepository: repo)
>>   isEmpty ifFalse: [pkg mcPackage workingCopy modified: true]]
>>     on: Warning do: [:warning |
>>       Transcript showln: pkg name; showln: warning messageText.
>>       warning resume]].
>> 
>> This is what I got:
>> 
>> <http://forum.world.st/file/n4859057/squeak-50-empty-mcz.png>
>> 
>> Best,
>> Marcel
>> 
>> 
>> 
>> --
>> View this message in context: http://forum.world.st/Squeak-5-0-Strange-Commit-Behavior-tp4858951p4859057.html
>> Sent from the Squeak - Dev mailing list archive at Nabble.com.
> 


More information about the Squeak-dev mailing list