1. Download moose image:��
2. Update my Metacello to the 'full' version:
Metacello new
�� baseline: 'Metacello';
�� repository:
'github://dalehenrich/metacello-work:master/repository';
�� get.
Metacello new
�� baseline: 'Metacello';
�� repository:
'github://dalehenrich/metacello-work:master/repository';
�� onConflict: [:ex | ex allow];
�� load
3. File in the ConfigurationOfDummyParser (see the
first message in the thread).
4.����Run this script to
downgrade to PetitParser version 1.51
Metacello new
������ configuration:
'DummyParser';
������ version: '1.0';
������ repository: '???';
������ onDowngradeUseIncoming:
#('PetitParser');
������ load.
The desired version is still not loaded, am I missing
something here?