help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Re: [PATCH 1/2] use Character cr for Squeak export


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [PATCH 1/2] use Character cr for Squeak export
Date: Fri, 11 Sep 2009 09:46:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

On 09/11/2009 09:00 AM, Tim Felgentreff wrote:
---
  packages/stinst/parser/SqueakExporter.st |    9 +++++++--
  1 files changed, 7 insertions(+), 2 deletions(-)

This unfortunately breaks all uses of #nl after Parser is loaded in the image, for example by gst-doc.

The right way would be to write a stream decorator and make the SqueakExporter constructor apply it to the passed stream.

You can just use tr \\n \\r for now.

Paolo




reply via email to

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