debug icon indicating copy to clipboard operation
debug copied to clipboard

Remove usage of deprecated constant IRB::InputCompletor

Open wildmaples opened this issue 1 year ago • 0 comments

Debug seems to be using a deprecated class from IRB:

warning: constant IRB::InputCompletor is deprecated

IRB::InputCompletor was removed in a refactor: https://github.com/ruby/irb/pull/707, and then restored and deprecated in https://github.com/ruby/irb/commit/77265efc5f179d31be4ddea5d8fd6a5290fe678a

wildmaples avatar Feb 16 '24 21:02 wildmaples