Thread overview
[Issue 17844] std.process.execute should allow not capturing stderr
Sep 20, 2017
Vladimir Panteleev
Apr 19, 2021
Dlang Bot
September 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17844

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

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

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
https://github.com/dlang/phobos/pull/5742

--
September 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17844

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

https://github.com/dlang/phobos/commit/71adbeee85f4f97d5b3cf93bed28c0f4779e2d23 Fix Issue 17844 - std.process.execute should allow not capturing stderr

https://github.com/dlang/phobos/commit/5b5bc615cdebca8b909e70b0e33cde6ffe594376 Merge pull request #5742 from CyberShadow/pull-20170920-102045

Fix Issue 17844 - std.process.execute should allow not capturing stderr merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>

--
September 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17844

github-bugzilla@puremagic.com changed:

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

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17844

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

https://github.com/dlang/phobos/commit/71adbeee85f4f97d5b3cf93bed28c0f4779e2d23 Fix Issue 17844 - std.process.execute should allow not capturing stderr

https://github.com/dlang/phobos/commit/5b5bc615cdebca8b909e70b0e33cde6ffe594376 Merge pull request #5742 from CyberShadow/pull-20170920-102045

--
April 19, 2021
https://issues.dlang.org/show_bug.cgi?id=17844

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7984 "[dmd-cxx] Fix Issue 17844 - std.process.execute should allow not capturing stderr " was merged into dmd-cxx:

- 9f6b86f7aea0e3ac34bb78718905fa79c469de5f by Vladimir Panteleev:
  Fix Issue 17844 - std.process.execute should allow not capturing stderr

https://github.com/dlang/phobos/pull/7984

--