The Trunk: Monticello-ul.422.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-ul.422.mcz

commits-2
Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ul.422.mcz

==================== Summary ====================

Name: Monticello-ul.422
Author: ul
Time: 1 March 2011, 8:17:17.217 am
UUID: 0b115504-8636-d448-b794-86e70449320e
Ancestors: Monticello-cmm.421

Added preamble which closes open MC repositories.

=============== Diff against Monticello-cmm.421 ===============

Item was changed:
+ (PackageInfo named: 'Monticello') preamble: 'SystemWindow allSubInstances
+ select: [ :each | each model class == MCFileRepositoryInspector ]
+ thenDo: [ :each | each delete ]'!
- (PackageInfo named: 'Monticello') preamble: ''!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-ul.422.mcz

Levente Uzonyi-2
On Tue, 1 Mar 2011, [hidden email] wrote:

> Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
> http://source.squeak.org/trunk/Monticello-ul.422.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-ul.422
> Author: ul
> Time: 1 March 2011, 8:17:17.217 am
> UUID: 0b115504-8636-d448-b794-86e70449320e
> Ancestors: Monticello-cmm.421
>
> Added preamble which closes open MC repositories.
>
> =============== Diff against Monticello-cmm.421 ===============
>
> Item was changed:
> + (PackageInfo named: 'Monticello') preamble: 'SystemWindow allSubInstances
> + select: [ :each | each model class == MCFileRepositoryInspector ]

This may not be sufficient, there may be other windows that have to be
closed. Someone with more knowledge in this area should update the
preamble if necessary.


Levente

> + thenDo: [ :each | each delete ]'!
> - (PackageInfo named: 'Monticello') preamble: ''!
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-ul.422.mcz

Chris Muller-3
Good idea, thanks Levente.

On Tue, Mar 1, 2011 at 2:15 AM, Levente Uzonyi <[hidden email]> wrote:

> On Tue, 1 Mar 2011, [hidden email] wrote:
>
>> Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
>> http://source.squeak.org/trunk/Monticello-ul.422.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Monticello-ul.422
>> Author: ul
>> Time: 1 March 2011, 8:17:17.217 am
>> UUID: 0b115504-8636-d448-b794-86e70449320e
>> Ancestors: Monticello-cmm.421
>>
>> Added preamble which closes open MC repositories.
>>
>> =============== Diff against Monticello-cmm.421 ===============
>>
>> Item was changed:
>> + (PackageInfo named: 'Monticello') preamble: 'SystemWindow
>> allSubInstances
>> +       select: [ :each | each model class == MCFileRepositoryInspector ]
>
> This may not be sufficient, there may be other windows that have to be
> closed. Someone with more knowledge in this area should update the preamble
> if necessary.
>
>
> Levente
>
>> +       thenDo: [ :each | each delete ]'!
>> - (PackageInfo named: 'Monticello') preamble: ''!
>>
>>
>>
>
>