Thread overview
[Issue 23557] Array concatenation ignores copy constructor
Dec 16, 2022
RazvanN
Dec 16, 2022
Teodor Dutu
Dec 16, 2022
Paul Backus
Dec 17, 2022
Iain Buclaw
Jul 03, 2023
Paul Backus
December 14, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@gmail.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23556

--
December 14, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20879

--
December 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
This should be fixed by this lowering: https://github.com/dlang/dmd/pull/14550

--
December 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

Teodor Dutu <teodor.dutu@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |teodor.dutu@gmail.com

--- Comment #2 from Teodor Dutu <teodor.dutu@gmail.com> ---
Yes, the lowering in https://github.com/dlang/dmd/pull/14550 fixes this issue.

--
December 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23563

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23557

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
July 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23557

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Paul Backus <snarwin+bugzilla@gmail.com> ---
Confirmed fixed as of DMD 2.104.0, presumably by the linked PR.

--