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

Fix crash on TAB under ruby 2.7 #657

Merged

Commits on Apr 17, 2020

  1. Fix crash on TAB under ruby 2.7

    When IRB from ruby 2.7 is loaded, it installs a Readline completion proc
    that assumes IRB is running (and crashes otherwise). Workaround this by
    clearing the Readline completion when using it directly.
    terceiro authored and deivid-rodriguez committed Apr 17, 2020
    Copy the full SHA
    3de63dd View commit details
    Browse the repository at this point in the history