[Pharo-project] Installing MC1.5 into Pharo
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
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
participants (2)
-
Damien Cassou -
Keith Hodges