[Issue 17526] New: Add a set method for AA

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17526 Issue ID: 17526 Summary: Add a set method for AA Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 8295] Struct member destructor can not be called from shared struct instance

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8295 z.p.gaal.de...@gmail.com changed: What|Removed |Added CC||z.p.gaal.de...@gmail.com --- Commen

[Issue 16657] alias this interacts with generated opCmp and opEquals

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16657 --- Comment #5 from Eyal --- We had something like this: if(x != y) { x = y; // expensive assignment } // assume all x fields equal y fields here, we assign them all -- ouch! The semantics now are very surprising: x = y // assi

[Issue 16657] alias this interacts with generated opCmp and opEquals

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16657 --- Comment #4 from Eyal --- I just spent another half a day debugging a very cryptic bug that crashed our QA runs, and resulted from an incorrect comparison of just an inner field that had "alias this" :-( --

[Issue 17523] Sporadic ICEs with inline asm

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17523 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --

[Issue 17525] New: std.algorithm.searching.skipOver should have a single argument with pred version

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17525 Issue ID: 17525 Summary: std.algorithm.searching.skipOver should have a single argument with pred version Product: D Version: D2 Hardware: All OS: All

[Issue 17524] [The C Preprocessor vs D] "need to worry about"?

2017-06-19 Thread via Digitalmars-d-bugs
;need to worry about"? https://github.com/dlang/dlang.org/commit/7d8e147ae9336a5df33d1feeb54e54fd37f97664 Merge pull request #1726 from CyberShadow/pull-20170619-124653 Fix Issue 17524 - [The C Preprocessor vs D] "need to worry about"? --

[Issue 17524] [The C Preprocessor vs D] "need to worry about"?

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17524 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17524] [The C Preprocessor vs D] "need to worry about"?

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17524 Vladimir Panteleev changed: What|Removed |Added Keywords||pull CC|

[Issue 17524] New: [The C Preprocessor vs D] "need to worry about"?

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17524 Issue ID: 17524 Summary: [The C Preprocessor vs D] "need to worry about"? Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 17522] win64.mak broken

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17522 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17522] win64.mak broken

2017-06-19 Thread via Digitalmars-d-bugs
/dmd/commit/5065d25d28d5f491851f637242cbf77d07534367 Merge pull request #6919 from CyberShadow/pull-20170619-104940 Fix Issue 17522 - win64.mak broken --

[Issue 17523] Sporadic ICEs with inline asm

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17523 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17522] win64.mak broken

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17522 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17523] New: Sporadic ICEs with inline asm

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17523 Issue ID: 17523 Summary: Sporadic ICEs with inline asm Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Keywords: ice Severity: regress

[Issue 17522] win64.mak broken

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17522 Vladimir Panteleev changed: What|Removed |Added Keywords||pull --- Comment #1 from Vladimir Pante

[Issue 17522] New: win64.mak broken

2017-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17522 Issue ID: 17522 Summary: win64.mak broken Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: regression Priority: P1 C