I have a few new methods from Eliot to include after he looked at my debug log. I will push out some packages tonight hopefully. Cheers mike On Monday, September 21, 2009, Michael Roberts <mike@mjr104.co.uk> wrote:
For anyone actually reviewing this, it breaks after Part 4. Inability to recompile the system. Â There are MethodProperties around but i'm not sure there should be. Â need to look closer at the trunk update mechanism.
cheers, Mike
"A. Load Gofer" ScriptLoader new installGofer.
"B. Install packages" | gofer packages | gofer := Gofer new. gofer url: 'http://www.squeaksource.com/PharoTaskForces'.
packages := #( Â Â Â Â Â Â Â Â "Part 2" Â Â Â Â Â Â Â Â 'Kernel-MikeRoberts.405'
        "Part 3"         'Compiler-MikeRoberts.130'         'CompilerTests-MikeRoberts.21'         'KernelTests-MikeRoberts.150'
        "Part 4"         'Compiler-MikeRoberts.131'). packages do: [:each |     gofer copy         add: each;         load].