[Issue 12738] core.sys.posix.signal sigaction_t handler type mismatch

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 12 23:29:58 PDT 2014


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
Is the signal handler allowed to throw? If not, then it is correct that the
code does not compile. But I agree that this becomes pretty inconvenient
especially when it is changed after being in the wild. The same happened with
@nogc: https://issues.dlang.org/show_bug.cgi?id=12710

Should the callbacks be excluded from nothrow?

--


More information about the Digitalmars-d-bugs mailing list