[Issue 7803] Regression(2.054) scope(success) in nothrow/@safe functions causes compile errors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 19 17:32:33 PST 2012


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



--- Comment #9 from Kenji Hara <k.hara.pg at gmail.com> 2012-12-19 17:32:32 PST ---
(In reply to comment #8)
> Now original code can be compiled as expected.
> 
> Different from bug 6278, the internal catch and re-throwing which used for
> scope(success) do not affect to whole code semantics. So I mark this "resolved
> fixed".

But, there is still internal semantic inconsistency:
- Catching Throwable object in @safe code
- Re-throwing Throwable object in nothrow code

In these points, I couldn't resolve the issues cleanly...

-- 
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