[bug] RBFormatter>>#acceptMethodNode: output category twice

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

[bug] RBFormatter>>#acceptMethodNode: output category twice

Lee Duhem
Issue status update for
http://smalltalk.gnu.org/node/421
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/421

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    STInST
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  lee
 Updated by:   lee
 Status:       active


st> (Array lookupSelector: #print) methodFormattedSourceString
'print [
        "Print a represention of the receiver on the Transcript
         (stdout the GUI is not active)"

        <category: ''printing''>
        <category: ''printing''>
        Transcript show: self printString
    ]'





_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk