The new std.process?

Jonathan M Davis jmdavisProg at gmx.com
Mon Apr 9 16:30:27 PDT 2012


On Monday, April 09, 2012 18:31:05 Nick Sabalausky wrote:
> Wasn't someone working on a std.process overhaul? What ever happened to
> that?

Lars and Steven did it a while back, but the Windows port required changes in 
the Windows runtime that comes with dmd (due to a pipe-related bug IIRC), so 
there's been no point in reviewing it. I _think_ that Walter might have finally 
gotten those changes in in the last release, but I don't know. Regardless, 
until those changes are in, the new std.process is pretty much stuck. You can 
find the code here though:

https://github.com/kyllingstad/phobos/tree/new-std-process

- Jonathan M Davis


More information about the Digitalmars-d mailing list