mthiede (Martin Thiede)
- Login: mthiede
- Email: martin.thiede@gmx.de
- Registered on: 10/29/2012
- Last sign in: 11/10/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/29/2012
-
08:55 PM Ruby Bug #7239: Can't read from subprocess when run with rubyw on windows
- I tested this with Windows 7
-
08:53 PM Ruby Bug #7239 (Closed): Can't read from subprocess when run with rubyw on windows
- File.open 'res.txt', 'w' do |f|
f << `dir`
end
when run with "rubyw", the file "res.txt" will be empty, when run with "ruby" it will contain the output of the "dir" command
the problem is present in Ruby versions 1.9.1, 1.9.2 and...