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

Levente Uzonyi leves at elte.hu
Tue Nov 3 11:10:07 UTC 2015


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?

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