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 11.1.2 regression #674

Merged
merged 1 commit into from Apr 23, 2020
Merged

Fix 11.1.2 regression #674

merged 1 commit into from Apr 23, 2020

Commits on Apr 22, 2020

  1. Fix 11.1.2 regression on ruby 2.7.0 on Windows

    By default ruby 2.7.0 on Windows comes with rb-readline, which doesn't
    like `nil` completion procs, and with a version of `irb` that installs
    its own completion proc.
    
    That combination causes `byebug` to crash.
    
    Installing a dummy "nil proc" seems like the most compatible thing to
    do.
    deivid-rodriguez committed Apr 22, 2020
    Copy the full SHA
    721b5a9 View commit details
    Browse the repository at this point in the history