You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
The fix introduced by #855 addresses MRI but not JRuby or Rubinius because of incomplete support for the :out parameter to Process.spawn on those platforms.
Apparently newer versions of JRuby do support :out. We should determine which version of JRuby fixed this (and from there, determine whether we care about older versions of JRuby). We should also explore whether the issue is OS-specific.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The fix introduced by #855 addresses MRI but not JRuby or Rubinius because of incomplete support for the
:out
parameter toProcess.spawn
on those platforms.Apparently newer versions of JRuby do support
:out
. We should determine which version of JRuby fixed this (and from there, determine whether we care about older versions of JRuby). We should also explore whether the issue is OS-specific.The text was updated successfully, but these errors were encountered: