Thread overview
[Issue 24824] std.process.browse returns on failure in forked child
Oct 22
Dlang Bot
Oct 22
Dlang Bot
5 days ago
Dlang Bot
October 22
https://issues.dlang.org/show_bug.cgi?id=24824

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=6496

--
October 22
https://issues.dlang.org/show_bug.cgi?id=24824

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy updated dlang/phobos pull request #9065 "Fix issue 24824 - ensure we exit a child that does not succeed in exec." fixing this issue:

- Fix Bugzilla Issue 24824 - ensure we exit a child that does not succeed in exec.

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

--
October 22
https://issues.dlang.org/show_bug.cgi?id=24824

--- Comment #2 from Steven Schveighoffer <schveiguy@gmail.com> ---
Note, I guess OSX is included here, but `open` always exists, so you wouldn't ever see this issue.

--
October 22
https://issues.dlang.org/show_bug.cgi?id=24824

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #9065 "Fix issue 24824 - ensure we exit a child that does not succeed in exec." was merged into stable:

- 3c9ba2b6a4333ad171a617e265dd577dec2f015f by Steven Schveighoffer:
  Fix Bugzilla Issue 24824 - ensure we exit a child that does not succeed in
exec.

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

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=24824

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #9086 "Merge stable" was merged into master:

- 10076badd83324c84931cf599a14059f3a298694 by Steven Schveighoffer:
  Fix Bugzilla Issue 24824 - ensure we exit a child that does not succeed in
exec. (#9065)

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

--