Pretty print doesn't work on Traits with OB Package Browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Pretty print doesn't work on Traits with OB Package Browser

Mariano Martinez Peck
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Alexandre Bergel
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Stéphane Ducasse
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
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Mariano Martinez Peck
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 <[hidden email]> 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
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Mariano Martinez Peck
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 <[hidden email]> 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 <[hidden email]> 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
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Stéphane Ducasse
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 <[hidden email]
> > 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 <[hidden email]
> > 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
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Mariano Martinez Peck
I forgot to said the fix is the same that is already attached by damien. It just need to be integrated again :)   (I think)

Cheers,

mariano

On Fri, Oct 9, 2009 at 4:39 PM, Stéphane Ducasse <[hidden email]> wrote:
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 <[hidden email]
> > 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 <[hidden email]
> > 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
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Stéphane Ducasse
I checked and lukas merge AST to get back the PriomitiveNode and Traits.
so if you want to get a new pharo-dev here is the script.





but it crashed.
I did a Smalltalk condenseChanges but it crashed....
I do not know what to do and I have to fix my house now.


Stef

On Oct 9, 2009, at 9:45 PM, Mariano Martinez Peck wrote:

> I forgot to said the fix is the same that is already attached by  
> damien. It just need to be integrated again :)   (I think)
>
> Cheers,
>
> mariano
>
> On Fri, Oct 9, 2009 at 4:39 PM, Stéphane Ducasse <[hidden email]
> > wrote:
> 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 <[hidden email]
> > > 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 <[hidden email]
> > > 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
> > >> [hidden email]
> > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > >
> > > --
> > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > > Alexandre Bergel  http://www.bergel.eu
> > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Pharo-project mailing list
> > > [hidden email]
> > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- 
> project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

installScript.st (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Marcus Denker-3
In reply to this post by Mariano Martinez Peck

On 09.10.2009, at 11:41, Mariano Martinez Peck wrote:

> This bug is present again :(
>
> http://code.google.com/p/pharo/issues/detail?id=1076
>
I have un-closed the bug-report.

        Marcus

>
>
> On Fri, Aug 21, 2009 at 2:42 PM, Mariano Martinez Peck <[hidden email]
> > 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 <[hidden email]
> > 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
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Stéphane Ducasse
It should be fixed with the latest dev.
Can somebody confirm?

Stef

On Oct 11, 2009, at 6:06 PM, Marcus Denker wrote:

>
> On 09.10.2009, at 11:41, Mariano Martinez Peck wrote:
>
>> This bug is present again :(
>>
>> http://code.google.com/p/pharo/issues/detail?id=1076
>>
> I have un-closed the bug-report.
>
> Marcus
>
>>
>>
>> On Fri, Aug 21, 2009 at 2:42 PM, Mariano Martinez Peck <[hidden email]
>>> 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 <[hidden email]
>>> 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
>>>> [hidden email]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Damien Cassou
On Sun, Oct 11, 2009 at 9:29 PM, Stéphane Ducasse
<[hidden email]> wrote:
> It should be fixed with the latest dev.
> Can somebody confirm?

I confirm and closed the bug

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Pretty print doesn't work on Traits with OB Package Browser

Stéphane Ducasse
cool
I like to hear that noise :)
The closing a bug: like a slap.

Stef

On Oct 12, 2009, at 2:32 PM, Damien Cassou wrote:

> On Sun, Oct 11, 2009 at 9:29 PM, Stéphane Ducasse
> <[hidden email]> wrote:
>> It should be fixed with the latest dev.
>> Can somebody confirm?
>
> I confirm and closed the bug
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project