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

IRB adapter does not work with Ruby 2.7.0 #5

Closed
noteflakes opened this issue Jan 27, 2020 · 1 comment
Closed

IRB adapter does not work with Ruby 2.7.0 #5

noteflakes opened this issue Jan 27, 2020 · 1 comment

Comments

@noteflakes
Copy link
Collaborator

No description provided.

@noteflakes noteflakes changed the title IRB adapter does not with Ruby 2.7.0 IRB adapter does not work with Ruby 2.7.0 Nov 1, 2021
@floriandejonckheere
Copy link
Contributor

I managed to narrow down the offending code to a call to Ripper.parse.
The Ripper.parse method (defined here) uses a separate thread to parse the input.

Any thoughts on how this could be resolved?

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

No branches or pull requests

2 participants