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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by Lee Duhem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
help-smalltalk@...
http://lists.gnu.org/mailman/listinfo/help-smalltalk