On Thu, 15 Oct 2015 10:51:19 GMT, krzaq wrote:

I'm attempting to use https://gist.github.com/s-ludwig/8434299
It requires stdfilestream, I got it from there: https://gist.github.com/s-ludwig/5942882

After adding the necessary imports (my current efforts) I'm left with the following error:

(...)

I could replace every writer.write with just write in that file, but what about m_readPipe.reader.empty;? Does this even make sense right now? I'm clueless.

StdFileStream is now part of vibe.d: http://vibed.org/api/vibe.stream.stdio/StdFileStream

I'm not 100% sure if this is fully compatible with the PipedProcess implementation, but I guess so, because I haven't changed anything in that area for quite a while.