You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❱ ./bin/consoleirb(main):001> ^DRELINE_SRCDIR/lib/reline/line_editor.rb:975:in 'Kernel#exit': no implicit conversion of String into Integer (TypeError) from RELINE_SRCDIR/lib/reline/line_editor.rb:975:in 'Method#call' from RELINE_SRCDIR/lib/reline/line_editor.rb:975:in 'Reline::LineEditor#wrap_method_call' from RELINE_SRCDIR/lib/reline/line_editor.rb:941:in 'Reline::LineEditor#run_for_operators' from RELINE_SRCDIR/lib/reline/line_editor.rb:1001:in 'Reline::LineEditor#process_key' from RELINE_SRCDIR/lib/reline/line_editor.rb:1027:in 'Reline::LineEditor#input_key' from RELINE_SRCDIR/lib/reline/line_editor.rb:1005:in 'Reline::LineEditor#update' <omitted>
inputrc:
I didn't follow the whole call chain, but I'm guessing
key.method_symbol == :exit
andwrap_method_call
simply grabs the method from top-levelKernel
and calls it with a string parameter, causing theTypeError
exception.The text was updated successfully, but these errors were encountered: