Feb. 17, 2009
4:59 p.m.
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