Hi,
I cannot load Moose in Pharo1.2 because of Shout. It is difficult to debug it, as I cannot open a debugger... But the problem comes from TextMorphForShoutEditor>>findText which does not exist. Any idea ? --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi!
I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: spec project: 'Shout' with: [ spec className: 'ConfigurationOfShout'; loads: #('Core' ); version: '1.2.1'; file: 'ConfigurationOfShout'; repository: 'http://www.squeaksource.com/MetacelloRepository' ]. Cheers, Alexandre On 19 Nov 2010, at 07:30, Laval Jannik wrote: > Hi, > > I cannot load Moose in Pharo1.2 because of Shout. > It is difficult to debug it, as I cannot open a debugger... > But the problem comes from TextMorphForShoutEditor>>findText which does not exist. > > Any idea ? > --- > Jannik Laval > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes, I see that.
There are some conflic with Shout: - Mondrian load version 1.2.1 then: - Glamour load 1.2 and finally: - ProfStef load 1.1 Why do we have ProfStef in Moose ? Another side-effect ? Jannik On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: > Hi! > > I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: > spec project: 'Shout' with: [ > spec > className: 'ConfigurationOfShout'; > loads: #('Core' ); > version: '1.2.1'; > file: 'ConfigurationOfShout'; > repository: 'http://www.squeaksource.com/MetacelloRepository' ]. > > Cheers, > Alexandre > > > On 19 Nov 2010, at 07:30, Laval Jannik wrote: > >> Hi, >> >> I cannot load Moose in Pharo1.2 because of Shout. >> It is difficult to debug it, as I cannot open a debugger... >> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >> >> Any idea ? >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Mondrian needs ProfStef because it has a tutorial.
By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. Cheers, Alexandre On 19 Nov 2010, at 09:11, Laval Jannik wrote: > Yes, I see that. > There are some conflic with Shout: > > - Mondrian load version 1.2.1 > then: > - Glamour load 1.2 > and finally: > - ProfStef load 1.1 > > Why do we have ProfStef in Moose ? Another side-effect ? > > Jannik > > On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: > >> Hi! >> >> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >> spec project: 'Shout' with: [ >> spec >> className: 'ConfigurationOfShout'; >> loads: #('Core' ); >> version: '1.2.1'; >> file: 'ConfigurationOfShout'; >> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >> >> Cheers, >> Alexandre >> >> >> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >> >>> Hi, >>> >>> I cannot load Moose in Pharo1.2 because of Shout. >>> It is difficult to debug it, as I cannot open a debugger... >>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>> >>> Any idea ? >>> --- >>> Jannik Laval >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > --- > Jannik Laval > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
But if you try to load Moose in 1.2,
It load first 1.2.1, then 1.2, then 1.1.1.. Jannik On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: > Mondrian needs ProfStef because it has a tutorial. > By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. > > Cheers, > Alexandre > > On 19 Nov 2010, at 09:11, Laval Jannik wrote: > >> Yes, I see that. >> There are some conflic with Shout: >> >> - Mondrian load version 1.2.1 >> then: >> - Glamour load 1.2 >> and finally: >> - ProfStef load 1.1 >> >> Why do we have ProfStef in Moose ? Another side-effect ? >> >> Jannik >> >> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >> >>> Hi! >>> >>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>> spec project: 'Shout' with: [ >>> spec >>> className: 'ConfigurationOfShout'; >>> loads: #('Core' ); >>> version: '1.2.1'; >>> file: 'ConfigurationOfShout'; >>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>> >>> Cheers, >>> Alexandre >>> >>> >>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>> >>>> Hi, >>>> >>>> I cannot load Moose in Pharo1.2 because of Shout. >>>> It is difficult to debug it, as I cannot open a debugger... >>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>> >>>> Any idea ? >>>> --- >>>> Jannik Laval >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Alexandre Bergel
Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour).
It does not work anyway..... I do not understand. Cheers, Jannik On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: > Mondrian needs ProfStef because it has a tutorial. > By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. > > Cheers, > Alexandre > > On 19 Nov 2010, at 09:11, Laval Jannik wrote: > >> Yes, I see that. >> There are some conflic with Shout: >> >> - Mondrian load version 1.2.1 >> then: >> - Glamour load 1.2 >> and finally: >> - ProfStef load 1.1 >> >> Why do we have ProfStef in Moose ? Another side-effect ? >> >> Jannik >> >> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >> >>> Hi! >>> >>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>> spec project: 'Shout' with: [ >>> spec >>> className: 'ConfigurationOfShout'; >>> loads: #('Core' ); >>> version: '1.2.1'; >>> file: 'ConfigurationOfShout'; >>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>> >>> Cheers, >>> Alexandre >>> >>> >>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>> >>>> Hi, >>>> >>>> I cannot load Moose in Pharo1.2 because of Shout. >>>> It is difficult to debug it, as I cannot open a debugger... >>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>> >>>> Any idea ? >>>> --- >>>> Jannik Laval >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
It looks like 1.2.2 kind of works. I updated the default configurations of Mondrian, Glamour and ProfStef: http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/ http://hudson.moosetechnology.org/job/mondrian-latest-dev-on-pharo-1.2/ Could someone test it? Cheers, Doru On 20 Nov 2010, at 09:54, Laval Jannik wrote: > Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour). > It does not work anyway..... > > I do not understand. > Cheers, > Jannik > > On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: > >> Mondrian needs ProfStef because it has a tutorial. >> By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. >> >> Cheers, >> Alexandre >> >> On 19 Nov 2010, at 09:11, Laval Jannik wrote: >> >>> Yes, I see that. >>> There are some conflic with Shout: >>> >>> - Mondrian load version 1.2.1 >>> then: >>> - Glamour load 1.2 >>> and finally: >>> - ProfStef load 1.1 >>> >>> Why do we have ProfStef in Moose ? Another side-effect ? >>> >>> Jannik >>> >>> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >>> >>>> Hi! >>>> >>>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>>> spec project: 'Shout' with: [ >>>> spec >>>> className: 'ConfigurationOfShout'; >>>> loads: #('Core' ); >>>> version: '1.2.1'; >>>> file: 'ConfigurationOfShout'; >>>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>>> >>>> Cheers, >>>> Alexandre >>>> >>>> >>>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>>> >>>>> Hi, >>>>> >>>>> I cannot load Moose in Pharo1.2 because of Shout. >>>>> It is difficult to debug it, as I cannot open a debugger... >>>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>>> >>>>> Any idea ? >>>>> --- >>>>> Jannik Laval >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> -- >>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>> Alexandre Bergel http://www.bergel.eu >>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>> >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> --- >>> Jannik Laval >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > --- > Jannik Laval > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Every successful trip needs a suitable vehicle." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
It looks like Mondrian Easel has a problem with the new shout.
Cheers, Doru On 24 Nov 2010, at 00:37, Tudor Girba wrote: > Hi, > > It looks like 1.2.2 kind of works. I updated the default configurations of Mondrian, Glamour and ProfStef: > http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/ > http://hudson.moosetechnology.org/job/mondrian-latest-dev-on-pharo-1.2/ > > Could someone test it? > > Cheers, > Doru > > > On 20 Nov 2010, at 09:54, Laval Jannik wrote: > >> Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour). >> It does not work anyway..... >> >> I do not understand. >> Cheers, >> Jannik >> >> On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: >> >>> Mondrian needs ProfStef because it has a tutorial. >>> By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. >>> >>> Cheers, >>> Alexandre >>> >>> On 19 Nov 2010, at 09:11, Laval Jannik wrote: >>> >>>> Yes, I see that. >>>> There are some conflic with Shout: >>>> >>>> - Mondrian load version 1.2.1 >>>> then: >>>> - Glamour load 1.2 >>>> and finally: >>>> - ProfStef load 1.1 >>>> >>>> Why do we have ProfStef in Moose ? Another side-effect ? >>>> >>>> Jannik >>>> >>>> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >>>> >>>>> Hi! >>>>> >>>>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>>>> spec project: 'Shout' with: [ >>>>> spec >>>>> className: 'ConfigurationOfShout'; >>>>> loads: #('Core' ); >>>>> version: '1.2.1'; >>>>> file: 'ConfigurationOfShout'; >>>>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>>>> >>>>> Cheers, >>>>> Alexandre >>>>> >>>>> >>>>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I cannot load Moose in Pharo1.2 because of Shout. >>>>>> It is difficult to debug it, as I cannot open a debugger... >>>>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>>>> >>>>>> Any idea ? >>>>>> --- >>>>>> Jannik Laval >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>>> -- >>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>> Alexandre Bergel http://www.bergel.eu >>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> --- >>>> Jannik Laval >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Every successful trip needs a suitable vehicle." > > > > -- www.tudorgirba.com "One cannot do more than one can do." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba
yessssssssssss !!!!
Thank you Doru for this work. I am really happy to load Moose in 1.2 I have the same bug with MOEasel. Cheers, Jannik On Nov 24, 2010, at 00:37 , Tudor Girba wrote: > Hi, > > It looks like 1.2.2 kind of works. I updated the default configurations of Mondrian, Glamour and ProfStef: > http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/ > http://hudson.moosetechnology.org/job/mondrian-latest-dev-on-pharo-1.2/ > > Could someone test it? > > Cheers, > Doru > > > On 20 Nov 2010, at 09:54, Laval Jannik wrote: > >> Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour). >> It does not work anyway..... >> >> I do not understand. >> Cheers, >> Jannik >> >> On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: >> >>> Mondrian needs ProfStef because it has a tutorial. >>> By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. >>> >>> Cheers, >>> Alexandre >>> >>> On 19 Nov 2010, at 09:11, Laval Jannik wrote: >>> >>>> Yes, I see that. >>>> There are some conflic with Shout: >>>> >>>> - Mondrian load version 1.2.1 >>>> then: >>>> - Glamour load 1.2 >>>> and finally: >>>> - ProfStef load 1.1 >>>> >>>> Why do we have ProfStef in Moose ? Another side-effect ? >>>> >>>> Jannik >>>> >>>> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >>>> >>>>> Hi! >>>>> >>>>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>>>> spec project: 'Shout' with: [ >>>>> spec >>>>> className: 'ConfigurationOfShout'; >>>>> loads: #('Core' ); >>>>> version: '1.2.1'; >>>>> file: 'ConfigurationOfShout'; >>>>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>>>> >>>>> Cheers, >>>>> Alexandre >>>>> >>>>> >>>>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I cannot load Moose in Pharo1.2 because of Shout. >>>>>> It is difficult to debug it, as I cannot open a debugger... >>>>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>>>> >>>>>> Any idea ? >>>>>> --- >>>>>> Jannik Laval >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>>> -- >>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>> Alexandre Bergel http://www.bergel.eu >>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> --- >>>> Jannik Laval >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Every successful trip needs a suitable vehicle." > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
Me too, because I would like to release Moose 4.2 and move development to 1.2 :). The problem with MOEasel is that Mondrian subclasses the default classes with MOTextMorphWithShout and MOEaselTextEditor which are not compatible with the current Shout and TextMorph implementation. Alex, could you take a quick look to see what needs to be done? I do not expect it to be much work. Cheers, Doru On 24 Nov 2010, at 08:38, Laval Jannik wrote: > yessssssssssss !!!! > Thank you Doru for this work. > > I am really happy to load Moose in 1.2 > I have the same bug with MOEasel. > > Cheers, > Jannik > > On Nov 24, 2010, at 00:37 , Tudor Girba wrote: > >> Hi, >> >> It looks like 1.2.2 kind of works. I updated the default configurations of Mondrian, Glamour and ProfStef: >> http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/ >> http://hudson.moosetechnology.org/job/mondrian-latest-dev-on-pharo-1.2/ >> >> Could someone test it? >> >> Cheers, >> Doru >> >> >> On 20 Nov 2010, at 09:54, Laval Jannik wrote: >> >>> Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour). >>> It does not work anyway..... >>> >>> I do not understand. >>> Cheers, >>> Jannik >>> >>> On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: >>> >>>> Mondrian needs ProfStef because it has a tutorial. >>>> By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. >>>> >>>> Cheers, >>>> Alexandre >>>> >>>> On 19 Nov 2010, at 09:11, Laval Jannik wrote: >>>> >>>>> Yes, I see that. >>>>> There are some conflic with Shout: >>>>> >>>>> - Mondrian load version 1.2.1 >>>>> then: >>>>> - Glamour load 1.2 >>>>> and finally: >>>>> - ProfStef load 1.1 >>>>> >>>>> Why do we have ProfStef in Moose ? Another side-effect ? >>>>> >>>>> Jannik >>>>> >>>>> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >>>>> >>>>>> Hi! >>>>>> >>>>>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>>>>> spec project: 'Shout' with: [ >>>>>> spec >>>>>> className: 'ConfigurationOfShout'; >>>>>> loads: #('Core' ); >>>>>> version: '1.2.1'; >>>>>> file: 'ConfigurationOfShout'; >>>>>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>>>>> >>>>>> Cheers, >>>>>> Alexandre >>>>>> >>>>>> >>>>>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I cannot load Moose in Pharo1.2 because of Shout. >>>>>>> It is difficult to debug it, as I cannot open a debugger... >>>>>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>>>>> >>>>>>> Any idea ? >>>>>>> --- >>>>>>> Jannik Laval >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Moose-dev mailing list >>>>>>> [hidden email] >>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>> >>>>>> -- >>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>>> Alexandre Bergel http://www.bergel.eu >>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>>> --- >>>>> Jannik Laval >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> -- >>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>> Alexandre Bergel http://www.bergel.eu >>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>> >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> --- >>> Jannik Laval >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> www.tudorgirba.com >> >> "Every successful trip needs a suitable vehicle." >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > --- > Jannik Laval > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Obvious things are difficult to teach." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
> Alex, could you take a quick look to see what needs to be done? I do not expect it to be much work.
The time it will take me is not that important. The most important is to make it work. I am looking at it now. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba
Mondrian now work well in Pharo 1.2. But not in Pharo 1.1.1 anymore.
I am working on a release version for Pharo 1.1.1 Cheers, Alexandre On 24 Nov 2010, at 05:32, Tudor Girba wrote: > Hi, > > Me too, because I would like to release Moose 4.2 and move development to 1.2 :). > > The problem with MOEasel is that Mondrian subclasses the default classes with MOTextMorphWithShout and MOEaselTextEditor which are not compatible with the current Shout and TextMorph implementation. > > Alex, could you take a quick look to see what needs to be done? I do not expect it to be much work. > > Cheers, > Doru > > > > On 24 Nov 2010, at 08:38, Laval Jannik wrote: > >> yessssssssssss !!!! >> Thank you Doru for this work. >> >> I am really happy to load Moose in 1.2 >> I have the same bug with MOEasel. >> >> Cheers, >> Jannik >> >> On Nov 24, 2010, at 00:37 , Tudor Girba wrote: >> >>> Hi, >>> >>> It looks like 1.2.2 kind of works. I updated the default configurations of Mondrian, Glamour and ProfStef: >>> http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/ >>> http://hudson.moosetechnology.org/job/mondrian-latest-dev-on-pharo-1.2/ >>> >>> Could someone test it? >>> >>> Cheers, >>> Doru >>> >>> >>> On 20 Nov 2010, at 09:54, Laval Jannik wrote: >>> >>>> Ok, I made new version of Configuration to have 1.2.1 loaded everywhere (Mondrian, ProfStef and Glamour). >>>> It does not work anyway..... >>>> >>>> I do not understand. >>>> Cheers, >>>> Jannik >>>> >>>> On Nov 19, 2010, at 14:36 , Alexandre Bergel wrote: >>>> >>>>> Mondrian needs ProfStef because it has a tutorial. >>>>> By putting the spec I gave within ConfigurationOfMondrian, it overrides the spec contained in dependent packages. >>>>> >>>>> Cheers, >>>>> Alexandre >>>>> >>>>> On 19 Nov 2010, at 09:11, Laval Jannik wrote: >>>>> >>>>>> Yes, I see that. >>>>>> There are some conflic with Shout: >>>>>> >>>>>> - Mondrian load version 1.2.1 >>>>>> then: >>>>>> - Glamour load 1.2 >>>>>> and finally: >>>>>> - ProfStef load 1.1 >>>>>> >>>>>> Why do we have ProfStef in Moose ? Another side-effect ? >>>>>> >>>>>> Jannik >>>>>> >>>>>> On Nov 19, 2010, at 12:22 , Alexandre Bergel wrote: >>>>>> >>>>>>> Hi! >>>>>>> >>>>>>> I can load Shout in a 1.2 (12220). I use the following in the ConfigurationOfMondrian: >>>>>>> spec project: 'Shout' with: [ >>>>>>> spec >>>>>>> className: 'ConfigurationOfShout'; >>>>>>> loads: #('Core' ); >>>>>>> version: '1.2.1'; >>>>>>> file: 'ConfigurationOfShout'; >>>>>>> repository: 'http://www.squeaksource.com/MetacelloRepository' ]. >>>>>>> >>>>>>> Cheers, >>>>>>> Alexandre >>>>>>> >>>>>>> >>>>>>> On 19 Nov 2010, at 07:30, Laval Jannik wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I cannot load Moose in Pharo1.2 because of Shout. >>>>>>>> It is difficult to debug it, as I cannot open a debugger... >>>>>>>> But the problem comes from TextMorphForShoutEditor>>findText which does not exist. >>>>>>>> >>>>>>>> Any idea ? >>>>>>>> --- >>>>>>>> Jannik Laval >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Moose-dev mailing list >>>>>>>> [hidden email] >>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>>> >>>>>>> -- >>>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>>>> Alexandre Bergel http://www.bergel.eu >>>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Moose-dev mailing list >>>>>>> [hidden email] >>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>> >>>>>> --- >>>>>> Jannik Laval >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>>> -- >>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>> Alexandre Bergel http://www.bergel.eu >>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> --- >>>> Jannik Laval >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> www.tudorgirba.com >>> >>> "Every successful trip needs a suitable vehicle." >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Obvious things are difficult to teach." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |