The Inbox: Morphic-fbs.647.mcz

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

The Inbox: Morphic-fbs.647.mcz

commits-2
Frank Shearar uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-fbs.647.mcz

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

Name: Morphic-fbs.647
Author: fbs
Time: 17 April 2013, 8:58:55.991 pm
UUID: 5982cd4e-6768-4428-9630-f7096de8ab9c
Ancestors: Morphic-bf.646

#cleanUps make the ReleaseBuilder a bit simpler.

=============== Diff against Morphic-bf.646 ===============

Item was added:
+ ----- Method: TheWorldMainDockingBar class>>cleanUp (in category 'initialize-release') -----
+ cleanUp
+ self updateInstances.!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Morphic-fbs.647.mcz

Frank Shearar-3
On 17 April 2013 20:59,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of Morphic to project The Inbox:
> http://source.squeak.org/inbox/Morphic-fbs.647.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-fbs.647
> Author: fbs
> Time: 17 April 2013, 8:58:55.991 pm
> UUID: 5982cd4e-6768-4428-9630-f7096de8ab9c
> Ancestors: Morphic-bf.646
>
> #cleanUps make the ReleaseBuilder a bit simpler.
>
> =============== Diff against Morphic-bf.646 ===============
>
> Item was added:
> + ----- Method: TheWorldMainDockingBar class>>cleanUp (in category 'initialize-release') -----
> + cleanUp
> +       self updateInstances.!

So this and its friend System-fbs.524 are in Inbox rather than trunk
because I'm not convinced I know enough about this part of the system,
particularly since cleanUp shouldn't muck around with people's images
too much. (The release process can be (MUST be) far more aggressive. I
don't mind hacking there so much.)

Loads of SmalltalkImage >> #unloadAllKnownPackages' code is already in
#cleanUp things, and this is a small step towards that.

frank

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Morphic-fbs.647.mcz

Bert Freudenberg

On 17.04.2013, at 13:31, Frank Shearar <[hidden email]> wrote:

> On 17 April 2013 20:59,  <[hidden email]> wrote:
>> Frank Shearar uploaded a new version of Morphic to project The Inbox:
>> http://source.squeak.org/inbox/Morphic-fbs.647.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Morphic-fbs.647
>> Author: fbs
>> Time: 17 April 2013, 8:58:55.991 pm
>> UUID: 5982cd4e-6768-4428-9630-f7096de8ab9c
>> Ancestors: Morphic-bf.646
>>
>> #cleanUps make the ReleaseBuilder a bit simpler.
>>
>> =============== Diff against Morphic-bf.646 ===============
>>
>> Item was added:
>> + ----- Method: TheWorldMainDockingBar class>>cleanUp (in category 'initialize-release') -----
>> + cleanUp
>> +       self updateInstances.!
>
> So this and its friend System-fbs.524 are in Inbox rather than trunk
> because I'm not convinced I know enough about this part of the system,
> particularly since cleanUp shouldn't muck around with people's images
> too much. (The release process can be (MUST be) far more aggressive. I
> don't mind hacking there so much.)
>
> Loads of SmalltalkImage >> #unloadAllKnownPackages' code is already in
> #cleanUp things, and this is a small step towards that.
>
> frank

Seems benign to me.

- Bert -