[Issue 17179] dmd 2.073 betas segfault while trying to build vibe.d project

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17179 Walter Bright changed: What|Removed |Added CC|

[Issue 17188] `core.stdc.stdlib.qsort()` is broken

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17188 --- Comment #1 from Walter Bright --- The trouble is, I'm not sure how to deprecate in a way that still checks for scope. --

[Issue 17213] [REG2.072] take address of ref return value @safe

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17213 --- Comment #3 from Walter Bright --- It's never been legal to take the address of a 'ref' in @safe code - it's a compiler bug that that was ever allowed. The compiler will allow it if bar() is marked as @trusted. --

[Issue 17213] [REG2.072] take address of ref return value @safe

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17213 Walter Bright changed: What|Removed |Added Keywords||safe

[Issue 17275] [REG 2.072.0] AssertError@declaration.d(2121): Assertion failure

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17275 Walter Bright changed: What|Removed |Added CC|

[Issue 17314] BinaryHeap crashes upon insertion if heapified with an array of length 1

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17314 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0912b243026e733db3b18c2c650d1809e5cb52dc fix issue 17314

[Issue 17319] New: icmp - cannot use in sort with string array arguments - compilation fails

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17319 Issue ID: 17319 Summary: icmp - cannot use in sort with string array arguments - compilation fails Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 17293] "Using C++ Classes From D" example no longer works

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17293 Walter Bright changed: What|Removed |Added CC|

[Issue 17309] [REG 2.073.2] constructor template doesn't infer `pure`

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17309 Walter Bright changed: What|Removed |Added CC|

[Issue 17299] [Reg 2.071] Compile failure only on -de

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17299 --- Comment #2 from Walter Bright --- Considerably simplified as: file sss/aaa.d ``` void toLower() { } ``` file test.d ``` module sss.str; void bar(){ import sss.aaa; } void endsWith(alias pred)() if

[Issue 17299] [Reg 2.071] Compile failure only on -de

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17299 Walter Bright changed: What|Removed |Added CC|

[Issue 14591] [SPEC] Ambiguity between extern(Pascal) and template value parameters

2017-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14591 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de