[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11363 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11363 Ketmar Dark ket...@ketmar.no-ip.org changed: What|Removed |Added CC||ket...@ketmar.no-ip.org

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11363 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com --- It fails on Windows too. Is it a bug? If you specify empty / non-null parameter to the OS API it will fail as well. --

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11363 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com --- https://issues.dlang.org/show_bug.cgi?id=13445 --

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11363 --- Comment #2 from Sobirari Muhomori dfj1es...@sneakemail.com 2014-02-18 08:32:00 PST --- workDirFD = open(toStringz(workDir), O_RDONLY); How this behaves if workDir is not null, but empty? -- Configure issuemail:

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-02-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11363 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull