[squeak-dev] ReleaseBuilder depends on Test

Frank Shearar frank.shearar at gmail.com
Sat May 4 17:08:00 UTC 2013


On 4 May 2013 00:19, Levente Uzonyi <leves at elte.hu> wrote:
> On Fri, 3 May 2013, Frank Shearar wrote:
>
>> ReleaseBuilder class >> #prepareNewBuild says
>>
>>    MCMockPackageInfo initialize.
>
>
> I guess that's just a failed attempt to clean up some references.
>
>
>>
>> but I'm not clear on why the ReleaseBuilder needs to clear up test
>> stuff. If it simply has to, maybe we should move MCMockPackageInfo and
>> friends into Monticello-Mocks? If we unloaded Test, we wouldn't be
>
>
> That would probably break many MC tests.

How about this then?

MCMockPackageInfo class >> #cleanUp
    self initialize.

and then remove the offending line from ReleaseBuilder?

(And what about doing the same for TextDomainManager?

TextDomainManager class >> #cleanUp
    self clearAllDomains

and removing same from ReleaseBuilder?)

frank

> Levente
>
>
>> able to create a release!
>>
>> frank
>>
>>
>


More information about the Squeak-dev mailing list