зеркало из https://github.com/github/ruby.git
[ruby/irb] Revert "Show original string byte sequence to debug"
This reverts commit b42fe5937a
.
https://github.com/ruby/irb/commit/b22094a16f
This commit is contained in:
Родитель
93291005a0
Коммит
ff26c60bc1
|
@ -194,8 +194,6 @@ module IRB
|
|||
":" + s.id2name.encode(Encoding.default_external)
|
||||
rescue EncodingError
|
||||
# ignore
|
||||
rescue Encoding::InvalidByteSequenceError => e
|
||||
raise "Invalid byte sequence #{s.id2name.bytes.inspect} #{e.inspect}"
|
||||
end
|
||||
candidates.grep(/^#{Regexp.quote(sym)}/)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче