help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [patch] Remove duplicate category output in RBFormatter


From: Lee Duhem
Subject: [Help-smalltalk] [patch] Remove duplicate category output in RBFormatter>>#acceptMethodNode:
Date: Wed, 28 Oct 2009 01:53:28 +0800

Hi,

This patch fix the following problem:

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
    ]'

lee

ChangeLog

2009-10-28  Lee Duhem  <address@hidden>

        * RBFormatter.st: Remove duplicate categroy output in 
#acceptMethodNode:.

Attachment: duplicate_category.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]