yeah, but where?
looks like a roassal problem, not a pharo one. Redirecting to moose list :) Esteban On 17 May 2014, at 10:24, [hidden email] wrote: > > Am 01.05.2014 13:07, schrieb Alexandre Bergel: >>> Yes yes yes ... it works. I quickly jumped through some examples. Roassal2 looks so nice. Thank you. >> Let me know how it goes. Documentation is missing, but we have many many examples… >> The chapter in Deep into Pharo (www.deepintopharo.com) contains a documentation about Roassal1 and the Mondrian builder, written on top of the core of Roassal. >> >> Roassal2 is largely compatible with Roassal1. When it is not, then small changes have to be made. >> >> Alexandre >> > today i started with a fresh pharo 3.0 image (#30848) und loaded roassal2 (following the video tutorial). But when > selecting the example and evalution menu i got a "MessageNotUnderstood: ByteString>>replaceAllRegex:with:". > Something is broken here. > > BW, > Volkert > _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Volker!
Can you tell us which example exactly fails? I am away from my laptop this week end. I will not be able to fix much Cheers, Alexandre > Le 17-05-2014 à 4:57, Esteban Lorenzano <[hidden email]> a écrit : > > yeah, but where? > looks like a roassal problem, not a pharo one. > Redirecting to moose list :) > > Esteban > >> On 17 May 2014, at 10:24, [hidden email] wrote: >> >> >> Am 01.05.2014 13:07, schrieb Alexandre Bergel: >>>> Yes yes yes ... it works. I quickly jumped through some examples. Roassal2 looks so nice. Thank you. >>> Let me know how it goes. Documentation is missing, but we have many many examples… >>> The chapter in Deep into Pharo (www.deepintopharo.com) contains a documentation about Roassal1 and the Mondrian builder, written on top of the core of Roassal. >>> >>> Roassal2 is largely compatible with Roassal1. When it is not, then small changes have to be made. >>> >>> Alexandre >> today i started with a fresh pharo 3.0 image (#30848) und loaded roassal2 (following the video tutorial). But when >> selecting the example and evalution menu i got a "MessageNotUnderstood: ByteString>>replaceAllRegex:with:". >> Something is broken here. >> >> BW, >> Volkert > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
As i mentioned, i tried only the roassal menus "Roassal evaluator" and
"Roassal examples" (under tools). No roassal window popped up. Looks like problem is in "trachelShapeFor" of class RTLabel (txt replaceAllRegex). There is no selector "replaceAllRegex" and it is the only place where such message is send. Look: trachelShapeFor: anElement | c txt lines n s lbl | c := self colorFor: anElement. txt := self textFor: anElement. txt := txt replaceAllRegex: String tab with: ' '. lines := txt lines. Maybe this is a dependency to an other package? BW, Volkert Am 17.05.2014 11:29, schrieb Alexandre Bergel: > Hi Volker! > > Can you tell us which example exactly fails? > I am away from my laptop this week end. I will not be able to fix much > > Cheers, > Alexandre > >> Le 17-05-2014 à 4:57, Esteban Lorenzano <[hidden email]> a écrit : >> >> yeah, but where? >> looks like a roassal problem, not a pharo one. >> Redirecting to moose list :) >> >> Esteban >> >>> On 17 May 2014, at 10:24, [hidden email] wrote: >>> >>> >>> Am 01.05.2014 13:07, schrieb Alexandre Bergel: >>>>> Yes yes yes ... it works. I quickly jumped through some examples. Roassal2 looks so nice. Thank you. >>>> Let me know how it goes. Documentation is missing, but we have many many examples… >>>> The chapter in Deep into Pharo (www.deepintopharo.com) contains a documentation about Roassal1 and the Mondrian builder, written on top of the core of Roassal. >>>> >>>> Roassal2 is largely compatible with Roassal1. When it is not, then small changes have to be made. >>>> >>>> Alexandre >>> today i started with a fresh pharo 3.0 image (#30848) und loaded roassal2 (following the video tutorial). But when >>> selecting the example and evalution menu i got a "MessageNotUnderstood: ByteString>>replaceAllRegex:with:". >>> Something is broken here. >>> >>> BW, >>> Volkert >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Some more problems with the examples in the RTMondrianExample.
"exampleClasses" and "exampleSystemComplexity" not work because selectors like "numberOfLinesOfCode" and "numberOfVariables" are missing. The examples in RTRoassalExample are fine, except the examples depending on the error in RTLabel. BW, Volkert Am 17.05.2014 12:38, schrieb [hidden email]: > As i mentioned, i tried only the roassal menus "Roassal evaluator" and > "Roassal examples" (under tools). No roassal window popped up. > > Looks like problem is in "trachelShapeFor" of class RTLabel (txt > replaceAllRegex). > > There is no selector "replaceAllRegex" and it is the only place where > such message is send. Look: > > trachelShapeFor: anElement > | c txt lines n s lbl | > > c := self colorFor: anElement. > txt := self textFor: anElement. > txt := txt replaceAllRegex: String tab with: ' '. > lines := txt lines. > > Maybe this is a dependency to an other package? > > BW, > Volkert > > Am 17.05.2014 11:29, schrieb Alexandre Bergel: >> Hi Volker! >> >> Can you tell us which example exactly fails? >> I am away from my laptop this week end. I will not be able to fix much >> >> Cheers, >> Alexandre >> >>> Le 17-05-2014 à 4:57, Esteban Lorenzano <[hidden email]> a écrit : >>> >>> yeah, but where? >>> looks like a roassal problem, not a pharo one. >>> Redirecting to moose list :) >>> >>> Esteban >>> >>>> On 17 May 2014, at 10:24, [hidden email] wrote: >>>> >>>> >>>> Am 01.05.2014 13:07, schrieb Alexandre Bergel: >>>>>> Yes yes yes ... it works. I quickly jumped through some examples. >>>>>> Roassal2 looks so nice. Thank you. >>>>> Let me know how it goes. Documentation is missing, but we have >>>>> many many examples… >>>>> The chapter in Deep into Pharo (www.deepintopharo.com) contains a >>>>> documentation about Roassal1 and the Mondrian builder, written on >>>>> top of the core of Roassal. >>>>> >>>>> Roassal2 is largely compatible with Roassal1. When it is not, then >>>>> small changes have to be made. >>>>> >>>>> Alexandre >>>> today i started with a fresh pharo 3.0 image (#30848) und loaded >>>> roassal2 (following the video tutorial). But when >>>> selecting the example and evalution menu i got a >>>> "MessageNotUnderstood: ByteString>>replaceAllRegex:with:". >>>> Something is broken here. >>>> >>>> BW, >>>> Volkert >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Volkert, I took a look. The problem is that Roassal2 used a method that does not come with Pharo. I fixed the problem and now you can again use Roassal2 independently from the Moose distribution.
Cheers, Doru On Sat, May 17, 2014 at 5:06 PM, [hidden email] <[hidden email]> wrote: Some more problems with the examples in the RTMondrianExample. "exampleClasses" and "exampleSystemComplexity" "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Doru, thank you for fixing it.
:-)
But, the other problems with the examples of RTMondianExamples are still there ... BW, Volkert Am 18.05.2014 20:13, schrieb Tudor
Girba:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
These problems are now fixed
Roassal2 works well on vanilla Pharo 3. You just need to update the font. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On May 23, 2014, at 8:51 AM, [hidden email] wrote: > Doru, thank you for fixing it. :-) > > But, the other problems with the examples of RTMondianExamples are still there ... > > BW, > Volkert > > Am 18.05.2014 20:13, schrieb Tudor Girba: >> Hi Volkert, >> >> I took a look. The problem is that Roassal2 used a method that does not come with Pharo. I fixed the problem and now you can again use Roassal2 independently from the Moose distribution. >> >> Cheers, >> Doru >> >> >> On Sat, May 17, 2014 at 5:06 PM, [hidden email] <[hidden email]> wrote: >> Some more problems with the examples in the RTMondrianExample. "exampleClasses" and "exampleSystemComplexity" >> not work because selectors like "numberOfLinesOfCode" and "numberOfVariables" are missing. >> >> The examples in RTRoassalExample are fine, except the examples depending on the error in RTLabel. >> >> BW, >> Volkert >> >> Am 17.05.2014 12:38, schrieb [hidden email]: >> >> As i mentioned, i tried only the roassal menus "Roassal evaluator" and "Roassal examples" (under tools). No roassal window popped up. >> >> Looks like problem is in "trachelShapeFor" of class RTLabel (txt replaceAllRegex). >> >> There is no selector "replaceAllRegex" and it is the only place where such message is send. Look: >> >> trachelShapeFor: anElement >> | c txt lines n s lbl | >> >> c := self colorFor: anElement. >> txt := self textFor: anElement. >> txt := txt replaceAllRegex: String tab with: ' '. >> lines := txt lines. >> >> Maybe this is a dependency to an other package? >> >> BW, >> Volkert >> >> Am 17.05.2014 11:29, schrieb Alexandre Bergel: >> Hi Volker! >> >> Can you tell us which example exactly fails? >> I am away from my laptop this week end. I will not be able to fix much >> >> Cheers, >> Alexandre >> >> Le 17-05-2014 à 4:57, Esteban Lorenzano <[hidden email]> a écrit : >> >> yeah, but where? >> looks like a roassal problem, not a pharo one. >> Redirecting to moose list :) >> >> Esteban >> >> On 17 May 2014, at 10:24, [hidden email] wrote: >> >> >> Am 01.05.2014 13:07, schrieb Alexandre Bergel: >> Yes yes yes ... it works. I quickly jumped through some examples. Roassal2 looks so nice. Thank you. >> Let me know how it goes. Documentation is missing, but we have many many examples… >> The chapter in Deep into Pharo (www.deepintopharo.com) contains a documentation about Roassal1 and the Mondrian builder, written on top of the core of Roassal. >> >> Roassal2 is largely compatible with Roassal1. When it is not, then small changes have to be made. >> >> Alexandre >> today i started with a fresh pharo 3.0 image (#30848) und loaded roassal2 (following the video tutorial). But when >> selecting the example and evalution menu i got a "MessageNotUnderstood: ByteString>>replaceAllRegex:with:". >> Something is broken here. >> >> BW, >> Volkert >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> >> >> _______________________________________________ >> Moose-dev mailing list >> >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Cool. Thank you.
BW, Volkert Am 23.05.2014 18:40, schrieb Alexandre Bergel: > These problems are now fixed > Roassal2 works well on vanilla Pharo 3. You just need to update the font. > > Alexandre _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |