[squeak-dev] Release candidate Squeak4.4-12320 ready

Colin Putney colin at wiresong.com
Thu Dec 20 20:03:15 UTC 2012


On Thu, Dec 20, 2012 at 6:05 AM, Frank Shearar <frank.shearar at gmail.com>wrote:

> * http://ftp.squeak.org/4.4/Squeak4.4-12320.tgz
> * http://ftp.squeak.org/4.4/Squeak4.4-12320.zip
>
> This should fix the MC failing tests.
>

This doesn't solve the dirty package problem though (
http://lists.squeakfoundation.org/pipermail/squeak-dev/2012-December/167052.html
).

I ran the following doIt in the above image:


| trunk dirty |
trunk := MCRepositoryGroup default repositories detect:
[:ea | ea description = 'http://source.squeak.org/trunk'].

dirty := Dictionary new.
MCWorkingCopy allManagers collect:
[:ea || changes |
changes := ea changesRelativeToRepository: trunk.
changes isEmpty ifFalse:
[dirty at: ea put: changes]].
^ dirty

It takes a while, but it gives the following list of dirty packages:

Collections
FlexibleVocabularies
Graphics
Multilingual
SMLoader
ToolBuilder-Kernel

Some of these are harmless, but we shouldn't ship the image without fixing
at least Collections and ToolBuilder-Kernel.

Colin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121220/6780b32b/attachment.htm


More information about the Squeak-dev mailing list