pry-shell hangs in setup_auto_completion method.
pry-shell had been working well for me in the past. But since around several months ago, it started to have this issue. I am not sure whether this is an issue after some gems or ruby version upgrade.
I have tried to open the file ~/.local/share/mise/installs/ruby/3.3.9/lib/ruby/gems/3.3.0/gems/pry-shell-0.6.4/lib/pry/shell/repl.rb, and change the method setup_auto_completion to directly return, then pry-shell works.
Is there a way we could turn-off auto-complete in a setting file?
pry-shell hangs in
setup_auto_completionmethod.pry-shell had been working well for me in the past. But since around several months ago, it started to have this issue. I am not sure whether this is an issue after some gems or ruby version upgrade.
I have tried to open the file
~/.local/share/mise/installs/ruby/3.3.9/lib/ruby/gems/3.3.0/gems/pry-shell-0.6.4/lib/pry/shell/repl.rb, and change the methodsetup_auto_completionto directly return, then pry-shell works.Is there a way we could turn-off auto-complete in a setting file?