General

Profile

timothy.willard (Timothy Willard)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/03/2023

05:24 PM Ruby Bug #19570 (Closed): `Exception#full_message` raises an `EncodingError` if the exception contains UTF8 characters after a newline and `Exception#cause` contains UTF8 characters
```
e = begin
begin
raise "Übersicht"
rescue => e
raise "\n#{e.message}"
end
rescue => e
e
end
e.full_message
```
will reproduce the error with the exception `incompatible character encodings: ASCII-8BIT and U...
timothy.willard (Timothy Willard)

Also available in: Atom