[Issue 3129] Cannot take advantage of overriding Throwable.toString

2021-01-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3129

Mathias LANG  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pro.mathias.l...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #3 from Mathias LANG  ---
Indeed, the code has greatly evolved since then and we can mark this as
WORKSFORME.

--


[Issue 3129] Cannot take advantage of overriding Throwable.toString

2018-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3129

Tiberiu Lepadatu  changed:

   What|Removed |Added

 CC||tiberiulepadat...@gmail.com

--- Comment #2 from Tiberiu Lepadatu  ---
Bug not reproducible.

--


[Issue 3129] Cannot take advantage of overriding Throwable.toString

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3129

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||and...@erdani.com

--


[Issue 3129] Cannot take advantage of overriding Throwable.toString

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3129

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|2.030   |D2

--


[Issue 3129] Cannot take advantage of overriding Throwable.toString

2009-07-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3129





--- Comment #1 from Sobirari Muhomori ma...@pochta.ru  2009-07-02 06:14:37 
PDT ---
Another possible solution is to change line 320
---
- catch (Throwable e)
+ catch (Error e)
---

so that unoverridden Throwable.toString is executed in catch(Object o) block.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---