[Issue 9922] Improve symbol emitting for templates for better separate compilation support

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9922 Jesse Phillips changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 14302] New style opSlice doesn't compile

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14302 --- Comment #1 from Kenji Hara --- If you want to use new integrated array operator overloading mechanism, you should make the opSlice member function for i..j a template, like as: //Slice opSlice(size_t i, size_t j) // NG Slice opSlice(

[Issue 7322] Taking address of deprecated functions isn't refused

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7322 Kenji Hara changed: What|Removed |Added CC||v-domrac...@ya.ru --- Comment #10 from Kenji Har

[Issue 14559] No warnings when calling deprecated function

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14559 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14568] [REG2.067] gaggederrors ICE

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14568 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Hardware|x86_64

[Issue 14641] Use SIMD to accelerate comment lexing

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14641 briancsch...@gmail.com changed: What|Removed |Added CC||briancsch...@gmail.com --- Comment #

[Issue 14641] New: Use SIMD to accelerate comment lexing

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14641 Issue ID: 14641 Summary: Use SIMD to accelerate comment lexing Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority

[Issue 14640] New: Special grammar for skipping unittest blocks

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14640 Issue ID: 14640 Summary: Special grammar for skipping unittest blocks Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement P

[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e4fd82893f9b2f7ff1bc1580ea5553a2752be9df fix Issue 14351 - `inout` ba

[Issue 14638] The last (in lexical order) copy of an object must be a move

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14638 --- Comment #4 from Andrei Alexandrescu --- (In reply to Jonathan M Davis from comment #3) > However, I don't understand what you mean by dynamic and static uses. Is a > dynamic use one that may or may not be the last one hit depending on what > occu

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #24 from Steven Schveighoffer --- (In reply to Jonathan M Davis from comment #23) > The druntime changes have been pulled, but the Phobos changes - which is > what the request is actually for - haven't been pulled yet. I have to finish >

[Issue 14638] The last (in lexical order) copy of an object must be a move

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14638 --- Comment #3 from Jonathan M Davis --- It's my understanding (though I could be wrong) that the void main() { fun(S1()); hun(S2()); } part at least is guaranteed to do a move, since you're dealing with temporaries. I would have expected t

[Issue 14638] The last (in lexical order) copy of an object must be a move

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14638 --- Comment #2 from Jonathan M Davis --- Oh, wait. No, this is not just RVO. You're not even returning in the example. Clearly, I paid too much attention to the text and not the example. Not enough sleep, I guess... --

[Issue 14638] The last (in lexical order) copy of an object must be a move

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14638 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 14321] Unnecessary destructor call with and AA's

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14321 Kenji Hara changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #5 from Ke

[Issue 14595] [REG2.066] RefCounted data corrupted when in an AA

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14595 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Hardware|x86_64

[Issue 14556] [REG2.067] can't instantiate struct that has constructor and static array of enum

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14556 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- https:

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 Jonathan M Davis changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED