ahoward / systemu

univeral capture of stdout and stderr and handling of child process pid for windows, *nix, etc.
Other
126 stars 33 forks source link

pass pid to RubyProcess::RubyStatus.new_process_status #17

Closed cldwalker closed 12 years ago

cldwalker commented 12 years ago

I'd look to use systemu as a dependency for bahia. However jruby doesn't work as explained in #9. I've observed the same bug in jruby 1.6.7 for both ruby 1.8 and 1.9. I've implemented the solution explained in #9 and it's working for me locally. For an example of this bug, see the CI output in http://travis-ci.org/#!/cldwalker/tag/jobs/840108 .

cldwalker commented 12 years ago

@headius thanks for taking a look @ahoward let me know if there's anything else needed