[Issue 11989] Phase out TickDuration

2023-07-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11989 --- Comment #6 from Jonathan M Davis --- Oh, nice. The last time that I tried to do this, I ran into deprecation messages from templates that really shouldn't have been triggering deprecation messages (IIRC from code that could use either Duration

[Issue 24012] [spec/cpp_interface] _d_dynamicArray generated by -HC not documented

2023-07-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24012 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6345] A different kind of vector operation

2023-07-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6345 --- Comment #6 from Nick Treleaven --- A less drastic change would be this syntax, which also solves the ambiguities: float*[] CBuffers = buffers[#].ptr; m[#][1] = 1.0; c[#] = a[#] < b[#]; // issue #5636 Note: issue #5636 was fixed by simply

[Issue 5636] Array ops use lexicographic comparison instead of vector-style element-wise

2023-07-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5636 Nick Treleaven changed: What|Removed |Added Component|dmd |dlang.org --

[Issue 11455] Overriding template methods should raise a compile error

2023-07-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11455 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---