The new std.process is ready for review

Steven Schveighoffer schveiguy at yahoo.com
Tue Feb 26 06:50:09 PST 2013


On Tue, 26 Feb 2013 09:36:24 -0500, Jacob Carlborg <doob at me.com> wrote:

> 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 ...);
>

Except there are non-string arguments at the end,  
stdin/stdout/stderr/config

-Steve


More information about the Digitalmars-d mailing list