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

Implement support for Reline #2063

Open
kyrylo opened this issue Jun 24, 2019 · 1 comment · May be fixed by #2298
Open

Implement support for Reline #2063

kyrylo opened this issue Jun 24, 2019 · 1 comment · May be fixed by #2298
Labels

Comments

@kyrylo
Copy link
Member

kyrylo commented Jun 24, 2019

I spoke to Matz at Euruko 2019 a couple days ago and he mentioned that Ruby 2.7 will ship improved IRB support. Specifically, multiline input. It looks like this is done by introducing a brand new library that replaces Readline called Reline:

a compatibility library with "readline" stdlib by pure Ruby and works correctly without GNU Readline and works on Windows too.

Pry should support this library as well (and maybe even default to it if it's stable).

@kyrylo kyrylo added this to the v0.13.0 milestone Jun 24, 2019
@kyrylo kyrylo added the feature label Jun 24, 2019
@kyrylo kyrylo removed this from the v0.13.0 milestone Mar 22, 2020
@zw963
Copy link

zw963 commented Oct 22, 2021

It seem like still no one work on this ...

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

Successfully merging a pull request may close this issue.

2 participants