On Wed, Apr 16, 2008 at 8:06 PM, Fraser Wilson <[EMAIL PROTECTED]> wrote: > Anyway, the build works, but it will probably fail if the current directory > is changed; also, cmdErr doesn't get copied to the output buffer, and the > output in any case needs to be written incrementally. So I shall have a > look into that.
This is really a bug. There is a code in Visual Haskell that executes an external process and then the stderr and stdout are read simulteniously and the output that is produced in the window should be a mixture of stderr and stdout. That is why any solution that uses hGetContents is clearly wrong. I thought that the necessary code can be just borrowed from Visual Haskell but if there is already something in Yi then it is ok. Krasimir --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
