http://d.puremagic.com/issues/show_bug.cgi?id=6668
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 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: -------
