[squeak-dev] Printing standard output from PipeableOSProcess on the Transcript

David O'Toole deeteeoh1138 at gmail.com
Sat Jan 15 03:03:46 UTC 2022


I forgot to include the output method. Adding "flush" seems to have helped,
but output still stops coming well before it is complete.

On Fri, Jan 14, 2022 at 9:49 PM David O'Toole <deeteeoh1138 at gmail.com>
wrote:

> I have a question relating to PipeableOSProcess. I'm trying to read the
> standard output from the process and (optionally) print it to the
> Transcript. Several large chunks consisting of dozens of lines are
> produced, but then output halts always after a certain number of characters
> (stopping in the middle of a line) even though I can verify that the Scheme
> process completed its entire job successfully and should have produced more
> output. Am I setting up / accessing the PipeableOSProcess incorrectly in my
> snippet here? I would greatly appreciate any tips you might be able to give
> on my investigating this further. I am running Squeak 5.3 on Linux.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220114/9033a271/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mosaic-step.st
Type: application/octet-stream
Size: 386 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220114/9033a271/attachment.obj>


More information about the Squeak-dev mailing list