[Issue 16972] Issue diagnostic for throwing from a scope(exit) block

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 25 17:47:09 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=16972

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Is it the compiler or the spec that's wrong? In a trivial test, throwing in a
scope(exit) seems to work as expected, and if an exception is already in
flight, the new one appears to be correctly chained.

--


More information about the Digitalmars-d-bugs mailing list