[Issue 6668] Wrong "to" conversion stack trace

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 19 22:13:03 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=6668


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-01-19 22:13:00 PST ---
It's caused by collateral exceptions due to scope(exit) being used in std.conv
which throws it's own exception regardless of any already in flight. I think
these should actually be scope(success) instead.

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


More information about the Digitalmars-d-bugs mailing list