thanks mariano Stef
> This bug is present again :( > > http://code.google.com/p/pharo/issues/detail?id=1076 > > > > On Fri, Aug 21, 2009 at 2:42 PM, Mariano Martinez Peck <[email protected] > > wrote: > Yep. It is already fixed now. See > http://code.google.com/p/pharo/issues/detail?id=1076 > > No need to integrate as it is in AST package (it will be integrated > in next Pharo image I guess). > > Best, > > Mariano > > > On Fri, Aug 21, 2009 at 3:40 PM, Stéphane Ducasse <[email protected] > > wrote: > Do you have the solution to this problem? > > Stef > > On Aug 20, 2009, at 8:10 PM, Alexandre Bergel wrote: > > > Well spotted. I think the Traits package should be updated. No > need of > > class extension for this. > > > > Cheers, > > Alexandre > > > > > > On 19 Aug 2009, at 14:23, Mariano Martinez Peck wrote: > > > >> Hi! I opened this ticket: > >> http://code.google.com/p/pharo/issues/detail?id=1076 > >> > >> This happens when using the OB Package Browser. I am using 10414. > >> To reproduce: > >> > >> 1) Browse any Trait, for example TBehaviorCategorization > >> 2) Select a method, right button, pretty print > >> 3) You will get a Trait DNU #formatterClass > >> > >> The fix is easy: > >> > >> Crate in Trait a instance side method: > >> > >> formatterClass > >> > >> ^self class formatterClass > >> > >> > >> The thing is that I don't know in which package should this be > >> commited. AST? > >> > >> Best, > >> > >> Mariano > >> > >> ps: the bug report and fix is thanks to Marcelo Cortez > >> > >> > >> _______________________________________________ > >> Pharo-project mailing list > >> [email protected] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > -- > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > > Alexandre Bergel http://www.bergel.eu > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > > > > > > > _______________________________________________ > > Pharo-project mailing list > > [email protected] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
