[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b4284db1f937e90fec6ffe4a9e4e2bf4783799bb Fix Issue 17250 - ProcessPipes (std.process) should

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b4284db1f937e90fec6ffe4a9e4e2bf4783799bb Fix Issue 17250 - ProcessPipes (std.process) should

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
provide a test for a null pid https://github.com/dlang/phobos/commit/1e296c11d8f8083402f8611d495cdcd015ff6fb3 Merge pull request #5621 from RazvanN7/Issue_17250 Fix Issue 17250 - ProcessPipes (std.process) should provide a test for a null pid merged-on-behalf-of: Vladimir Panteleev <

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #6 from Jon Degenhardt --- (In reply to Jon Degenhardt from comment #5) > (In reply to Vladimir Panteleev from comment #4) > > (In reply to Jon Degenhardt from comment #1) > > > The problem is that there is

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #5 from Jon Degenhardt --- (In reply to Vladimir Panteleev from comment #4) > (In reply to Jon Degenhardt from comment #1) > > The problem is that there is no method available to determine if pid is null > >

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 Vladimir Panteleev changed: What|Removed |Added Hardware|x86 |All

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #4 from Vladimir Panteleev --- (In reply to Jon Degenhardt from comment #1) > The problem is that there is no method available to determine if pid is null > prior to call the pid() method. Why not: if

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 RazvanN changed: What|Removed |Added Keywords||pull --

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 --- Comment #3 from RazvanN --- PR: https://github.com/dlang/phobos/pull/5621 --

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 RazvanN changed: What|Removed |Added CC|

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-03-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 Jon Degenhardt changed: What|Removed |Added Priority|P1 |P2 ---

[Issue 17250] ProcessPipes (std.process) should provide a test for a null pid

2017-03-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17250 Jon Degenhardt changed: What|Removed |Added Summary|ProcessPipes (std.process) |ProcessPipes