irb icon indicating copy to clipboard operation
irb copied to clipboard

A method what is named with an encoding what is incompatible with `Encoding.default_external` causes crash

Open aycabta opened this issue 5 years ago • 0 comments

  1. input define_method "a".encode(Encoding::UTF_16) do end and Enter on UTF-8 terminal env
  2. press Tab
  3. crash

aycabta avatar Dec 19 '19 17:12 aycabta