Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-13 Thread Usman Bhatti
On Mon, Jan 12, 2015 at 5:14 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > > On 1/12/15 1:43 AM, Usman Bhatti wrote: > > > > On Sun, Jan 11, 2015 at 7:14 PM, Dale Henrichs < > dale.henri...@gemtalksystems.com> wrote: > >> Usman, >> >> Well I don't have an official bugfix yet, but

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-12 Thread Dale Henrichs
On 1/12/15 1:43 AM, Usman Bhatti wrote: On Sun, Jan 11, 2015 at 7:14 PM, Dale Henrichs > wrote: Usman, Well I don't have an official bugfix yet, but if you filein the attached method and run the following, PetitParser will downgrade

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-12 Thread Usman Bhatti
On Sun, Jan 11, 2015 at 7:14 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > Usman, > > Well I don't have an official bugfix yet, but if you filein the attached > method and run the following, PetitParser will downgrade and get loaded > correctly (at least it worked for me)...The f

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-12 Thread Usman Bhatti
On Sat, Jan 10, 2015 at 5:22 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > Usman, > > Thanks for supplying the image ... with that I could diagnose the problem. > In the final analysis, the onDowngrade: feature just does not work[1]. I > haven't had a `downgrade` use case in my o

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-11 Thread Dale Henrichs
Usman, Well I don't have an official bugfix yet, but if you filein the attached method and run the following, PetitParser will downgrade and get loaded correctly (at least it worked for me)...The fist two statements are intended to replace GTMetacelloPlatform with MetacelloPharo30Platform and

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-10 Thread Dale Henrichs
Usman, Thanks for supplying the image ... with that I could diagnose the problem. In the final analysis, the onDowngrade: feature just does not work[1]. I haven't had a `downgrade` use case in my own work flow, so I did not notice that it wasn't working and the test cases that I do have are o

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-08 Thread Usman Bhatti
On Wed, Jan 7, 2015 at 8:25 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > Usman, > > No, I appreciate your patience:) If creating your own configuration works > for you then that is a good route to go... > > Sharing your image will make it much easier for me to get the bottom of

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-07 Thread Dale Henrichs
Usman, No, I appreciate your patience:) If creating your own configuration works for you then that is a good route to go... Sharing your image will make it much easier for me to get the bottom of this (on my own schedule:), so please send me a link for accessing your image and I'll dig into

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-07 Thread Usman Bhatti
On Tue, Jan 6, 2015 at 6:56 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > > On 1/6/15 7:16 AM, Usman Bhatti wrote: > > Dale, > > I couldn't make it work with the upgraded Metacello and the script you > provided. > > Steps I did: > > 1. Download moose image: > https://ci.inria.f

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-06 Thread Dale Henrichs
On 1/6/15 7:16 AM, Usman Bhatti wrote: Dale, I couldn't make it work with the upgraded Metacello and the script you provided. Steps I did: 1. Download moose image: https://ci.inria.fr/moose/job/moose-5.0/ 2. Update my Metacello to the 'full' version: Metacello new baseline: 'Metacello';

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-06 Thread Usman Bhatti
Dale, I couldn't make it work with the upgraded Metacello and the script you provided. Steps I did: 1. Download moose image: https://ci.inria.fr/moose/job/moose-5.0/ 2. Update my Metacello to the 'full' version: Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacell

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-02 Thread Dale Henrichs
Usman, It is likely that Pharo3.0 is not using the latest version of Metacello. You should be able to upgrade to the latest versions following the install instructions for Pharo3.0[1]. Dale [1] https://github.com/dalehenrich/metacello-work#pharo30 On 1/2/15 6:23 AM, Usman Bhatti wrote: Dal

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2015-01-02 Thread Usman Bhatti
Dale, Thanks for your detailed explanations. Metacello class in my image does not seem to define the messages described in the documentation for handling downgrading and upgrading conflicts: https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloUserGuide.md#downgrade I am using

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2014-12-21 Thread stepharo
I will add that to the metacello chapter! Le 19/12/14 19:00, Dale Henrichs a écrit : With classic Metacello (using the `(ConfigurationOfxxx project version: 'xxx') load` pattern) you can only downgrade via an explicit load of a particular version of the project. When loading projects indirectl

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2014-12-19 Thread Dale Henrichs
Usman, With classic Metacello (using the `(ConfigurationOfxxx project version: 'xxx') load` pattern) you can only downgrade via an explicit load of a particular version of the project. When loading projects indirectly via a project reference from another project Metacello is biased towards up