Now apparently is in 30188

10867 enabled: cleans post fix
       https://pharo.fogbugz.com/default.asp?10867

is in so I will (re)integrate in the following integration

10745 [ENH]: MethodContext>>#callChainAnySatisfy:
       https://pharo.fogbugz.com/default.asp?10745

10838 an MCOrganizationDefinition should only remove empty categories during unload
       https://pharo.fogbugz.com/default.asp?10838

10853 AlainTreeModel: Want menu on tree items only
       https://pharo.fogbugz.com/default.asp?10853


=> this means in particular that the update description is desynchronized.
But I do not know why. 



On Jun 9, 2013, at 5:01 PM, St�phane Ducasse <Stephane.Ducasse@inria.fr> wrote:

So apparently there is really a bug because the update 30188 produced a bogus script scriptnil????
And now I cannot integrate anymore because the scriptXXX is used to verify if the image is in sync with the file.
So I renamed scriptnil  
- to be the correct one script287 to avoid to rollback

and commited a new version of scriptLoader.

update30188
"self new update30188"
self withUpdateLog: '10745 [ENH]: MethodContext>>#callChainAnySatisfy:
https://pharo.fogbugz.com/default.asp?10745

10838 an MCOrganizationDefinition should only remove empty categories during unload
https://pharo.fogbugz.com/default.asp?10838

10853 AlainTreeModel: Want menu on tree items only
https://pharo.fogbugz.com/default.asp?10853'.
self loadTogether: self scriptnil merge: false.
^^^^^^^^^^^^

ScriptLoader new cleanRepositories.
self flushCaches.

=>

update30188
"self new update30188"
self withUpdateLog: '10745 [ENH]: MethodContext>>#callChainAnySatisfy:
https://pharo.fogbugz.com/default.asp?10745

10838 an MCOrganizationDefinition should only remove empty categories during unload
https://pharo.fogbugz.com/default.asp?10838

10853 AlainTreeModel: Want menu on tree items only
https://pharo.fogbugz.com/default.asp?10853'.
self loadTogether: self script287 merge: false.
ScriptLoader new cleanRepositories.
self flushCaches.


On Jun 9, 2013, at 4:48 PM, St�phane Ducasse <Stephane.Ducasse@inria.fr> wrote:

I removed the update 189 from the latest Scriptloader version (217)
I published a new version 218 (with only the update30188 method).

In the pharo-update git I remove the 30189-Pha-Update.cs


Now I will redo the previous updates

Stef