The new std.process is ready for review

Sönke Ludwig sludwig at outerproduct.org
Sun Feb 24 02:22:52 PST 2013


Am 23.02.2013 12:31, schrieb Lars T. Kyllingstad:
> It's been years in the coming, but we finally got it done. :)  The
> upshot is that the module has actually seen active use over those years,
> both by yours truly and others, so hopefully the worst wrinkles are
> already ironed out.
> 
> Pull request:
> https://github.com/D-Programming-Language/phobos/pull/1151
> 
> Code:
> https://github.com/kyllingstad/phobos/blob/std-process2/std/process2.d
> 
> Documentation:
> http://www.kyllingen.net/code/std-process2/phobos-prerelease/std_process2.html
> 
> 
> I hope we can get it reviewed in time for the next release.  (The wiki
> page indicates that both std.benchmark and std.uni are currently being
> reviewed, but I fail to find any "official" review threads on the
> forum.  Is the wiki just out of date?)
> 
> Lars

I haven't read all responses (sorry), but considering that there don't
seem to be API conflicts between the old and new std.process, why don't
we just keep the old C style functions and deprecate them? No need to
rename or create a separate module AFAICS.


More information about the Digitalmars-d mailing list