The Trunk: EToys-cmm.117.mcz

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

The Trunk: EToys-cmm.117.mcz

commits-2
Chris Muller uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-cmm.117.mcz

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

Name: EToys-cmm.117
Author: cmm
Time: 29 January 2014, 2:49:48.859 pm
UUID: c3e71dbe-17af-4b71-ad9c-c0bb2a2bc193
Ancestors: EToys-nice.116

Don't nil Presenter's defaultPresenterClass: because it at least breaks the deletion of Morphic projects.

=============== Diff against EToys-nice.116 ===============

Item was changed:
  ----- Method: EToySystem class>>cleanUp: (in category 'class initialization') -----
  cleanUp: aggressive
  aggressive ifTrue: [
  StandardScriptingSystem removeUnreferencedPlayers.
  Project removeAllButCurrent.
  #('Morphic-UserObjects' 'EToy-UserObjects' 'Morphic-Imported' ) do:
  [ : each | SystemOrganization removeSystemCategory: each ].
  World dumpPresenter.
- Presenter defaultPresenterClass: nil.
  Preferences removePreference: #allowEtoyUserCustomEvents.]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-cmm.117.mcz

Chris Muller-3
I think this is it for RC2.  Frank, how often is the CI build?

On Wed, Jan 29, 2014 at 2:49 PM,  <[hidden email]> wrote:

> Chris Muller uploaded a new version of EToys to project The Trunk:
> http://source.squeak.org/trunk/EToys-cmm.117.mcz
>
> ==================== Summary ====================
>
> Name: EToys-cmm.117
> Author: cmm
> Time: 29 January 2014, 2:49:48.859 pm
> UUID: c3e71dbe-17af-4b71-ad9c-c0bb2a2bc193
> Ancestors: EToys-nice.116
>
> Don't nil Presenter's defaultPresenterClass: because it at least breaks the deletion of Morphic projects.
>
> =============== Diff against EToys-nice.116 ===============
>
> Item was changed:
>   ----- Method: EToySystem class>>cleanUp: (in category 'class initialization') -----
>   cleanUp: aggressive
>         aggressive ifTrue: [
>         StandardScriptingSystem removeUnreferencedPlayers.
>         Project removeAllButCurrent.
>         #('Morphic-UserObjects' 'EToy-UserObjects' 'Morphic-Imported' ) do:
>                 [ : each | SystemOrganization removeSystemCategory: each ].
>         World dumpPresenter.
> -       Presenter defaultPresenterClass: nil.
>         Preferences removePreference: #allowEtoyUserCustomEvents.]!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-cmm.117.mcz

Frank Shearar-3
15 minutes, if there's been a commit to trunk.

This guy ran an hour ago: http://build.squeak.org/job/SqueakTrunk/793/

frank

On 29 January 2014 20:54, Chris Muller <[hidden email]> wrote:

> I think this is it for RC2.  Frank, how often is the CI build?
>
> On Wed, Jan 29, 2014 at 2:49 PM,  <[hidden email]> wrote:
>> Chris Muller uploaded a new version of EToys to project The Trunk:
>> http://source.squeak.org/trunk/EToys-cmm.117.mcz
>>
>> ==================== Summary ====================
>>
>> Name: EToys-cmm.117
>> Author: cmm
>> Time: 29 January 2014, 2:49:48.859 pm
>> UUID: c3e71dbe-17af-4b71-ad9c-c0bb2a2bc193
>> Ancestors: EToys-nice.116
>>
>> Don't nil Presenter's defaultPresenterClass: because it at least breaks the deletion of Morphic projects.
>>
>> =============== Diff against EToys-nice.116 ===============
>>
>> Item was changed:
>>   ----- Method: EToySystem class>>cleanUp: (in category 'class initialization') -----
>>   cleanUp: aggressive
>>         aggressive ifTrue: [
>>         StandardScriptingSystem removeUnreferencedPlayers.
>>         Project removeAllButCurrent.
>>         #('Morphic-UserObjects' 'EToy-UserObjects' 'Morphic-Imported' ) do:
>>                 [ : each | SystemOrganization removeSystemCategory: each ].
>>         World dumpPresenter.
>> -       Presenter defaultPresenterClass: nil.
>>         Preferences removePreference: #allowEtoyUserCustomEvents.]!
>>
>>
>