[Issue 20927] GIT HEAD: dmd gets confused if a struct defines copy constructor, but the struct using it does not

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20927 Puneet Goel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20927] GIT HEAD: dmd gets confused if a struct defines copy constructor, but the struct using it does not

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20927 Puneet Goel changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #2 from Puneet Goel ---

[Issue 20876] DMD gives out not so helpful compile error

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20876 --- Comment #7 from Puneet Goel --- *** Issue 20927 has been marked as a duplicate of this issue. *** --

[Issue 20905] An alias inside a static if results in an undefined identifier in some situations

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20905 KytoDragon changed: What|Removed |Added Severity|normal |major --

[Issue 20905] An alias inside a static if results in an undefined identifier in some situations

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20905 --- Comment #1 from KytoDragon --- I changed the importance to major since if you import the file that contains the static if this can't even be fixed by reordering symbols/imports. --

[Issue 3546] Aliasing an element of a static array should be legal if the index is a compile time constant

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3546 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #2 from Nick Trel

[Issue 3546] Aliasing an element of a static array should be legal if the index is a compile time constant

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3546 --- Comment #3 from Nick Treleaven --- > alias a = s.i; // OK While this line compiles, even reading `a` triggers the same error: > Error: need `this` for `i` of type `int` --

[Issue 20929] New: std.experimental.allocator.expandArray's range-based overload fails to instantiate for char and wchar arrays.

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20929 Issue ID: 20929 Summary: std.experimental.allocator.expandArray's range-based overload fails to instantiate for char and wchar arrays. Product: D Version: D2

[Issue 20929] std.experimental.allocator.expandArray's range-based overload fails to instantiate for char and wchar arrays.

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20929 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Just-Ha

[Issue 3546] Aliasing an element of a static array should be legal if the index is a compile time constant

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3546 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #4 from Basile-z ---

[Issue 20924] std.numeric.gcd cannot be used with const BigInt

2020-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20924 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Biotron