[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Add accurate check for console stdio + add associated primitive (#254)

akgrant43 notifications at github.com
Fri May 11 06:53:51 UTC 2018


Hi Vincent,

In cygwin you can test pipes with:

```
$ cat | PharoConsole Pharo7.0.image | tee /dev/null
```

It's also a hacky way to get terminal i/o working in a cygwin terminal.

In a windows console:

```
echo "hello world" | PharoConsole Pharo7.0.image
```

Should allow you to test stdin at least (untested).

In both cygwin terminals and windows consoles file i/o can be tested with:

```
PharoConsole Pharo7.0.image < a.txt > b.txt
```

HTH,
Alistair

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/254#issuecomment-388277618
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180510/51f24f9f/attachment.html>


More information about the Vm-dev mailing list