[Issue 16503] New: [ndslice] prevents fastmath LDC attribute

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16503 Issue ID: 16503 Summary: [ndslice] prevents fastmath LDC attribute Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority:

[Issue 16502] New: spawnProcess does not throw on exec errors

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 Issue ID: 16502 Summary: spawnProcess does not throw on exec errors Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement P

[Issue 15341] segfault with std.signals slots

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15341 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/978574006c8b3c79cdf08eaecac90e45d215fa9f Fixes issue 15341 - detachDisposeEvent called even with

[Issue 15341] segfault with std.signals slots

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15341 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|-

[Issue 16501] New: packed ndslices does not compile

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16501 Issue ID: 16501 Summary: packed ndslices does not compile Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 15857] incorrect checkimports mismatch for overload sets

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15857 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c5822394c89c98a8855302164433acf6db09208b fix Issue 15857 - incorrect checkimports mismatch for overloa

[Issue 16072] std.container.binaryheap should be extendable for arrays

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16072 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/71f01c961de1e710250aee77e00c07839e7b68e3 fix issue 16072 - container.binaryheap should be extenda

[Issue 3573] pure and nothrow allow function return type to be inferred

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3573 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --- Comment #3 from Bolpat

[Issue 16500] New: inferred != annotated pure

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16500 Issue ID: 16500 Summary: inferred != annotated pure Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Co

[Issue 15857] incorrect checkimports mismatch for overload sets

2016-09-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15857 --- Comment #13 from Martin Nowak --- https://github.com/dlang/dmd/pull/6136 --