On Wed, Oct 28, 2009 at 3:49 AM, Paolo Bonzini <[email protected]> wrote: >> * kernel/Collection.st: Add #printLines. > > This still did not use Transcript and #display:.
#printHierarchy and #printFullHierarchy in kernel/Behavior.st still using stdout, and there are some duplicate codes in them, the attached patch fix those problems. ChangeLog 2009-10-28 Lee Duhem <[email protected]> * kernel/Behavior.st: Add #hierarchyPrintBlock to remove duplicate codes in #printHierarchy and #printFullHierarchy. > >> * Extensions.st: Add Behavior>>#formattedSourceStringAt: and >> Symbol>>#implementors. > > This should have been (partly) in kernel/Symbol.st. > > I adjusted the patch and committed it, thanks. Thank you. lee
remove_duplicate.patch
Description: Binary data
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
