The new std.process is ready for review

Jacob Carlborg doob at me.com
Tue Feb 26 06:36:24 PST 2013


On 2013-02-26 15:22, Steven Schveighoffer wrote:

> It would be nice to just be able to do this:
>
> spawnProcess(split(executeThis));
>
> I think we need an overload for that, especially if we get rid of the
> auto-splitting of commands.  It should assert if the array is empty.

How about:

spawnProcess(string[] args ...);

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list