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

Frank Shearar frank.shearar at gmail.com
Thu Dec 20 20:56:29 UTC 2012


On 20 December 2012 20:03, Colin Putney <colin at wiresong.com> wrote:
>
>
>
> 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).

Sure. One thing at a time though :)

> 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.

OK. Why's the UI lying, though?

frank

> Colin
>
>
>


More information about the Squeak-dev mailing list