open3 and popen4 appear to have incorrect stream ordering ---------------------------------------------------------
Key: JRUBY-5415 URL: http://jira.codehaus.org/browse/JRUBY-5415 Project: JRuby Issue Type: Bug Components: Extensions Affects Versions: JRuby 1.6RC1 Reporter: Charles Oliver Nutter Assignee: Charles Oliver Nutter Fix For: JRuby 1.6RC2 open3 produces streams as [in, out, err]. The popen4 gem passes |out, err, in, pid| to the block and returns exit status. We appear to do out, in, err for open3 and pid, out, in, err for popen4. The latter also does not return status; it acts like open3. Fix for 1.6. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email