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

2014-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 --- Comment #8 from Walter Bright bugzi...@digitalmars.com --- (In reply to hsteoh from comment #2) This problem is caused by druntime commit 5a04c20ae7863cd320df4c58d801f769acf2d414 (pull request #752).

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

2014-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 --- Comment #9 from Walter Bright bugzi...@digitalmars.com --- https://github.com/D-Programming-Language/druntime/pull/849 --

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

2014-06-19 Thread via Digitalmars-d-bugs
- core.sys.posix.signal sigaction_t handler type mismatch https://github.com/D-Programming-Language/druntime/commit/12a0deafe2b1a573b489bce1719971fae0b219ff Merge pull request #849 from WalterBright/fix12738 [REG] fix Issue 12738 - core.sys.posix.signal sigaction_t handler type mismatch --

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

2014-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2014-05-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---

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

2014-05-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de --- (In reply to Walter Bright from comment #3) (In reply to hsteoh from comment #1) extern(C) functions are nothrow by definition, This would be a change to the language. Probably a good

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

2014-05-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 --- Comment #7 from hst...@quickfur.ath.cx --- I'm OK with saying that extern(C) does not guarantee nothrow. But please keep in mind that this attribute change in the signature of the signal handler BREAKS EXISTING CODE. Possibly in a major way.

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

2014-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 --- Comment #1 from hst...@quickfur.ath.cx --- extern(C) functions are nothrow by definition, so this code should not be rejected. --

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

2014-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 hst...@quickfur.ath.cx changed: What|Removed |Added Component|DMD |druntime --- Comment #2 from

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

2014-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

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

2014-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12738 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|