April 27, 2012
Just stopping by to say I'm using your new std.process now. pipeProcess() is what I was looking for to compare the output of a C program and the corresponding D port.

-- 
Marco

April 27, 2012
On Friday, 27 April 2012 at 20:47:10 UTC, Marco Leise wrote:
> Just stopping by to say I'm using your new std.process now. pipeProcess() is what I was looking for to compare the output> of a C program and the corresponding D port.

Awesome. :) Please let us know if you discover any bugs, or if you see anything that could be improved.

-Lars
April 27, 2012
On 4/28/12, Lars T. Kyllingstad <public@kyllingen.net> wrote:
> Please let us know if you discover any bugs, or if
> you see anything that could be improved.

I've been out of the loop, but is this compilable now in 2.059 or do we require some sort of DMC patch? https://github.com/kyllingstad/phobos.git
April 27, 2012
On 4/28/12, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> On 4/28/12, Lars T. Kyllingstad <public@kyllingen.net> wrote:
>> Please let us know if you discover any bugs, or if
>> you see anything that could be improved.
>
> I've been out of the loop, but is this compilable now in 2.059 or do we require some sort of DMC patch? https://github.com/kyllingstad/phobos.git
>

I mean for win32 btw.
April 28, 2012
On 28/04/12 00:19, Andrej Mitrovic wrote:
> On 4/28/12, Andrej Mitrovic<andrej.mitrovich@gmail.com>  wrote:
>> On 4/28/12, Lars T. Kyllingstad<public@kyllingen.net>  wrote:
>>> Please let us know if you discover any bugs, or if
>>> you see anything that could be improved.
>>
>> I've been out of the loop, but is this compilable now in 2.059 or do
>> we require some sort of DMC patch?
>> https://github.com/kyllingstad/phobos.git
>>
>
> I mean for win32 btw.

AFAIK it is compilable with 2.059, but you need Steve's modifications to druntime as well.  Check out his new-std-process branch at

    https://github.com/schveiguy/druntime

-Lars

1 2
Next ›   Last »