Feature #8981
closed
Suggestion for CreateProcess flags with rubyw on windows
Description
Hi,
I've spent some time looking into the feasibility of using rubyw in my code and at first glance it looks ideal. However there are a lot of console windows flashing up when I run external processes using Open3::popen3 (because I want to capture their stdout and stderr). I believe that creating a process without CREATE_NO_WINDOW in rubyw is a bug, as the whole point of rubyw is that it doesn't pop up a console.
If there is agreement I'm happy to file a bug report/submit a patch.
Cheers,
James
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Category set to platform/windows
- Assignee set to windows
- Target version set to 2.1.0
Incorporated.
Please attach your patch here.
Updated by zzak (zzak _) over 11 years ago
I would just open a ticket, this will give you a much better chance at feedback.
On Oct 2, 2013, at 5:35 PM, James French James.French@naturalmotion.com wrote:
Hi,
I’ve spent some time looking into the feasibility of using rubyw in my code and at first glance it looks ideal. However there are a lot of console windows flashing up when I run external processes using Open3::popen3 (because I want to capture their stdout and stderr). I believe that creating a process without CREATE_NO_WINDOW in rubyw is a bug, as the whole point of rubyw is that it doesn’t pop up a console.
If there is agreement I’m happy to file a bug report/submit a patch.
Cheers,
James
Updated by hsbt (Hiroshi SHIBATA) over 11 years ago
- Target version changed from 2.1.0 to 2.2.0
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Status changed from Open to Feedback