Thread overview
[Issue 11308] Don't use Voldemort types for std.process output
April 17, 2014
https://issues.dlang.org/show_bug.cgi?id=11308

monarchdodra@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra@gmail.com

--- Comment #1 from monarchdodra@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2085

--
April 18, 2014
https://issues.dlang.org/show_bug.cgi?id=11308

github-bugzilla@puremagic.com changed:

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

--
April 18, 2014
https://issues.dlang.org/show_bug.cgi?id=11308

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

https://github.com/D-Programming-Language/phobos/commit/f07abda274275b7b629e6aebfcd309449707d80e Fix Issue 11308 - Don't use Voldemort types for std.process output

So that the return type of `execute` and `executeShell` are compatible.

https://github.com/D-Programming-Language/phobos/commit/9579b42cc5058e7071c8af88d97a78fbb8f4546f Merge pull request #2085 from monarchdodra/processRet

Fix Issue 11308 - Don't use Voldemort types for std.process output

--