io-console icon indicating copy to clipboard operation
io-console copied to clipboard

add console capabilities to IO instance

Results 8 io-console issues
Sort by recently updated
recently updated
newest added

In [the CI of a build of bigdecimal](https://github.com/ruby/bigdecimal/actions/runs/7514559367/job/20458890836?pr=282), I saw this failure to build this gem, on windows-head. ## Issue The build failure on installing io-console v0.7.1 failed on: >...

`IO::ConsoleMode` was added by @nobu in 77ed8d5a06b63a297b852145ab75fa4e37d04ee7 but the equivalent work for the FFI (JRuby) logic has never been implemented.

truffleruby
JRuby

I got the following 2 failures on the latest master branch ruby/io-console beec164a473af6ab3783c0236c81ee7be6007388 on the latest master branch Ruby ruby/ruby@ced84beb25 right now. Do you know what's the reason? ``` Failure:...

Un-tag hanging tests with soon-to-come PTY.spawn support from JRuby https://github.com/jruby/jruby/issues/6552 (draft as not yet added to JRuby master)

Bumps [rubygems/release-gem](https://github.com/rubygems/release-gem) from 1.1.0 to 1.1.1. Release notes Sourced from rubygems/release-gem's releases. v1.1.1 What's Changed Disable attestations on jruby for now by @​segiddins in rubygems/release-gem#13 Full Changelog: https://github.com/rubygems/release-gem/compare/v1.1.0...v1.1.1 Commits a25424b...

dependencies

Without this patch, `IO.console` triggers a segfault in statically compiled Ruby on linux. I tested using Docker images `ubuntu:latest` and `homebrew/brew:latest`. Reproduction steps: 0. (optional) Install `rv` by running `curl...

Is there any way to manually (and cleanly) choose the backend version that io-console uses for consoles? For background, I'm working in JRuby within a `ScriptingContainer` with piped input and...

JRuby