Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jirb_swing is not showing output #2472

Closed
enebo opened this issue Jan 16, 2015 · 0 comments
Closed

jirb_swing is not showing output #2472

enebo opened this issue Jan 16, 2015 · 0 comments

Comments

@enebo
Copy link
Member

enebo commented Jan 16, 2015

I tried to make this a little more pliable by replace hook_into_runtime_with_stream with:

      tar.hook_into_runtime(JRuby.runtime)
      $stdin = tar.input_stream.to_io
      out = tar.output_stream.to_io
      $stdout = out
      $stderr = out

output stream itself seems to not be working. This is weirder than just native being an issue if I disable native it still does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants