[Issue 16273] [REG 2.072a] dmd segfault with inheritance, templates, override

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16273 --- Comment #4 from Walter Bright --- Sorry, I meant https://github.com/dlang/dmd/pull/7198 --

[Issue 16273] [REG 2.072a] dmd segfault with inheritance, templates, override

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16273 Walter Bright changed: What|Removed |Added CC|

[Issue 15735] std.algorithm.iteration.splitter returns empty range

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15735 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/c6ef7c3f5e5caafe5469af671a761e42c04ef7f9 Fix issue 15735: Correct splitter documentation when

[Issue 15735] std.algorithm.iteration.splitter returns empty range

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15735 --- Comment #5 from Jon Degenhardt --- (In reply to Andrei Alexandrescu from comment #4) > I'm reopening this pending a change in the documentation. PR for the documentation change:

[Issue 17885] Unable to remove a tuple from associative array.

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17885 ag0ae...@gmail.com changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 17883] Error: undefined identifier: Static if bodies depend on order of declarations

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17883 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/e239f80fbee0c953ed50a039d140d0376647d7d4 Add workaround for issue 17883 in

[Issue 17852] cannot compile phobos on freebsd

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17852 --- Comment #3 from Mengu Kagan --- (In reply to Jonathan M Davis from comment #2) > So, what's the bug then? dmd, phobos, etc. are written to build with GNU's > make on POSIX systems, and Digital Mars' make on Windows. That

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

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17319 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED

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

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17188 --- Comment #3 from Rainer Schuetze --- The overload with a non-scope callback should also not pretend to not escape the base pointer: voidqsort(void* base, size_t nmemb, size_t size, _compare_fp_t compar); --

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

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

[Issue 17876] [REG 2.074] Internal error when comparing inout(Foo[][]) with Foo[][]

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17876 Rainer Schuetze changed: What|Removed |Added Keywords||pull

[Issue 17885] Unable to remove a tuple from associative array.

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17885 keepitsimplesir...@gmail.com changed: What|Removed |Added CC||keepitsimplesir...@gmail.co

[Issue 17885] New: Unable to remove a tuple from associative array.

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17885 Issue ID: 17885 Summary: Unable to remove a tuple from associative array. Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 15985] [REG2.068/2.069] Code doesn't link unless compiled with -debug

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15985 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #4 from

[Issue 16011] [REG2.068] recursive RefCounted used to work

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16011 ag0ae...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Issue 16100] [REG 2.069] Error with -O of struct enumeration value and comma operator

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16100 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16013] [REG2.072a] ICE with mutually dependent structs and alias this

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16013 --- Comment #3 from Walter Bright --- https://github.com/dlang/dmd/pull/7197 is just the tests, and they appear to pass now. --

[Issue 16011] [REG2.068] recursive RefCounted used to work

2017-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16011 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED