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 <[email protected]> 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


Reply via email to