[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2021-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #36 from Dlang Bot ---

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2021-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 --- Comment #35 from Mathias LANG --- *** Issue 12402 has been marked as a duplicate of this issue. *** --

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2021-02-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2019-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 --- Comment #34 from Steven Schveighoffer --- (In reply to RazvanN from comment #32) > This code: > > char *toStringz2(const(char)[] s) > { > return (s ~ "\0").ptr; > } > > compiles successfully today, so I am going to mark this one as

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2019-08-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 Simen Kjaeraas changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2019-08-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 1654] Array concatenation result should be implicitly castable between mutable and immutable if the elements support it.

2018-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1654 Steven Schveighoffer changed: What|Removed |Added Summary|Array concatenation should |Array