[Pharo-project] Pretty print doesn't work on Traits with OB Package Browser
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
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 < marianopeck@gmail.com> 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 < stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <marianopeck@gmail.com
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr>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 < marianopeck@gmail.com
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 < stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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 <marianopeck@gmail.com
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 09.10.2009, at 11:41, Mariano Martinez Peck wrote:
This bug is present again :(
I have un-closed the bug-report. Marcus
On Fri, Aug 21, 2009 at 2:42 PM, Mariano Martinez Peck <marianopeck@gmail.com
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 :(
I have un-closed the bug-report.
Marcus
On Fri, Aug 21, 2009 at 2:42 PM, Mariano Martinez Peck <marianopeck@gmail.com
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Sun, Oct 11, 2009 at 9:29 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> 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
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 <stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Alexandre Bergel -
Damien Cassou -
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse