[Issue 14972] Documentation for std.windows.* missing

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14972 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15573] @safe code using TLS works in debug; crashes in release

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15573 --- Comment #1 from thomas.bock...@gmail.com --- Here's the complete output of a failed run on my system: Performing "release" build using dmd for x86_64. bug ~master: target for configuration "application" is up to date. To force a rebuild of up-to-

[Issue 15573] New: @safe code using TLS works in debug; crashes in release

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15573 Issue ID: 15573 Summary: @safe code using TLS works in debug; crashes in release Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 15571] .dup is incompatible with self referencing structs

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15571 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from a

[Issue 15572] New: Windows installer leaves "sc.ini" inaccessible

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15572 Issue ID: 15572 Summary: Windows installer leaves "sc.ini" inaccessible Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: major P

[Issue 15571] New: .dup is incompatible with self referencing structs

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15571 Issue ID: 15571 Summary: .dup is incompatible with self referencing structs Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 15550] [Reg 2.070.0-b1] compile error while testing template constraint

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15550 --- Comment #2 from Martin Nowak --- Introduced by https://github.com/D-Programming-Language/dmd/pull/5263. --

[Issue 15550] [Reg 2.070.0-b1] compile error while testing template constraint

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15550 --- Comment #1 from Martin Nowak --- The bug boils down to this behavior change. cat > bug.d << CODE struct Vector(T, int N) { void opDispatch(string, U)(U) { } } static assert(!is(typeof(Vector!(int, 2)._isMatrix))); CODE dmd -c -o-

[Issue 7016] local import does not create -deps dependency

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Alexey G changed: What|Removed |Added CC||golovanov_ale...@mail.ru --- Comment #12 from Alex

[Issue 15533] RDMD: -g switch produces linker error

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15533 --- Comment #2 from Alexey G --- It seems this is old DMD bug "https://issues.dlang.org/show_bug.cgi?id=7016 - local import does not create -deps dependency" --

[Issue 15570] std.array.Appender: segfault on using put(Range)(Range items)

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15570 Uranuz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15570] New: std.array.Appender: segfault on using put(Range)(Range items)

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15570 Issue ID: 15570 Summary: std.array.Appender: segfault on using put(Range)(Range items) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 15533] RDMD: -g switch produces linker error

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15533 --- Comment #1 from Alexey G --- RDMD in both cases produces same rdmd.deps file in corresponding work dir. And those rdmd.deps not contains any mention of moduleC. Command dmd -deps=moduleA.deps moduleA.d produces moduleA.deps file, which not conta

[Issue 15458] when i input "." to show expansion,it crashed.

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15458 --- Comment #3 from Thomas --- Yes. The new dll fixes the problem, in issue 15522 example at least. --