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

Add initial support for Reline on Ruby 3.3 #2298

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

andrehjr
Copy link
Member

@andrehjr andrehjr commented Feb 11, 2024

On Ruby 3.3 Readline was finally replaced by reline.

Currently pry kinda works, but has some edge cases like #2297 that were working on previous versions with Readline.

We can go back to older readline via installing `readline-ext'. ref As the default that come with ruby is Reline, we need some kind of support here.

This PR attempts to add reline support, multiline editing, and so on. Making Pry compatible.

Fixes: #2063 #1524 #2297 #2302 #1740 #1765 #1514 #2023

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

Successfully merging this pull request may close these issues.

Implement support for Reline
1 participant