Thread overview
[Issue 19275] std.process: redirecting output in a non-console application fails
Sep 29, 2018
Rainer Schuetze
Sep 29, 2018
Rainer Schuetze
September 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19275

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|st.process: redirecting     |std.process: redirecting
                   |output in a non-console     |output in a non-console
                   |application fails           |application fails

--
September 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19275

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/dlang/phobos/pull/6722

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19275

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/8f0aeedfc71c5036912c08660af1e77543a51e6a Fix issue 19275 - std.process: redirecting output in a non-console application fails

MS runtime up to VS2013 used pseudo handle _NO_CONSOLE_FILENO in that case

https://github.com/dlang/phobos/commit/a531a9ca97ca31104a30876ea08cbaa8f778959a Merge pull request #6722 from rainers/issue19275

Fix Issue 19275 - std.process: redirecting output in a non-console application
fails
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19275

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--