Installing MC1.5 into Pharo

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

Installing MC1.5 into Pharo

Damien Cassou
To install MC1.5 into Pharo, do the following steps.

ScriptLoader new installingInstaller.
Preferences disable: #showDeprecationWarnings.
Installer install: 'LPF'.
Preferences enable: #showDeprecationWarnings.


This installs the following 4 patches: #234, #235, #580, #581

--
Damien Cassou
http://damiencassou.seasidehosting.st

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Installing MC1.5 into Pharo

keith1y
Damien Cassou wrote:

> To install MC1.5 into Pharo, do the following steps.
>
> ScriptLoader new installingInstaller.
> Preferences disable: #showDeprecationWarnings.
> Installer install: 'LPF'.
> Preferences enable: #showDeprecationWarnings.
>
>
> This installs the following 4 patches: #234, #235, #580, #581
>
>  
And a significant proportion of those lint errors were due to the old mc
not being cleared out completely, on loading. i.e. some tests were
present but the mocks were not.

Keith

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project