Skip to content

jirb_swing is not showing output #2472

@enebo

Description

@enebo

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions