Jan. 28, 2011
1:41 p.m.
On Thu, Jan 27, 2011 at 11:55:17PM -0800, Sean P. DeNigris wrote:
After loading CommandShell-dtl.50 (and .45, which works in Squeak 4.1), when I evaluate: (PipeableOSProcess command: 'ls') output
I get a NonBooleanReceiver error when AttachableFileStream>>upToEndOfFile calls #atEndOfFile, which returns nil.
Sean
p.s. I also tried loading the latest Pharo package from the CommandShell repo
Regardless of whether you are using a Squeak or Pharo image, I always suggest using the latest versions of OSProcess and CommandShell from SqueakSource. I develop in Squeak, but have tried to maintain compatibility with Pharo. If something does not work it Pharo, it's a bug. Dave