[Issue 16540] Attributes do not propagate correctly in lazy params

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16540 github-bugzi...@puremagic.com changed: What|Removed |Added Resolution|WORKSFORME |FIXED --

[Issue 16540] Attributes do not propagate correctly in lazy params

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16540 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1391130b641cab14e28de0c3490336cbb60ab2f2 fix Issue 16540 - Attributes do not propagate correctly in

[Issue 17415] std.conv.emplace does not forward arguments correctly

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17415 --- Comment #1 from Stanislav Blinov --- Obviously, should be: emplace!C(holder, S.init); --

[Issue 17415] New: std.conv.emplace does not forward arguments correctly

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17415 Issue ID: 17415 Summary: std.conv.emplace does not forward arguments correctly Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: major

[Issue 6227] Comparison of different enums

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6227 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 16243] wrong C++ argument passing with empty struct and 6 integers

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16243 --- Comment #14 from Jacob Carlborg --- (In reply to Joakim from comment #13) > dmd and ldc work with the gcc approach, but not clang's. Clang is the native compiler on macOS, so I would say that we should go with whatever Clang is

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

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15533 --- Comment #3 from Alexey G --- No. Issue 7016 fixed, but this 15533 sill exists. DMD32 D Compiler v2.075.0-master-f546675. Reduced test case. C:\dmd2\windows\bin\rdmd.exe moduleA.d //no errors, moduleA.exe created

[Issue 16243] wrong C++ argument passing with empty struct and 6 integers

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16243 --- Comment #13 from Joakim --- I spent a little time looking into this again. The issue now appears to only be reproducible if clang compiles without any optimizations, which is what the dmd testsuite does. When run without

[Issue 17412] D Jenkins plugin

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17412 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17414] New: DMD64 for windows

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17414 Issue ID: 17414 Summary: DMD64 for windows Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1

[Issue 14246] RAII - proper destruction of partially constructed objects/structs

2017-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14246 --- Comment #7 from Walter Bright --- https://github.com/dlang/dmd/pull/6816 --