Gracefully handle deprecation of io-wait gem
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 311
- Forks
- 99
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 1
Description
$ ruby -r reline
The io-wait gem is deprecated; all functionality ships with Ruby 3.2 and higher.
https://github.com/ruby/reline/blob/master/lib/reline/io/ansi.rb#L2
https://github.com/ruby/reline/blob/master/lib/reline/io/dumb.rb#L1
https://github.com/ruby/ruby/commit/fed732c8f4e4e9218bae7a2e5b142dc9b072a40e
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with lib/reline/io/ansi.rb and lib/reline/io/dumb.rb, then compare the Ruby commit linked in the issue. Run ruby -r reline to reproduce the deprecation message; the work is done when loading Reline no longer emits the io-wait deprecation warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 75/100