Thread overview
[Issue 24872] Assigning non-copyable value to array has no effect
Nov 22
Dlang Bot
Nov 22
Dlang Bot
Nov 29
Dlang Bot
November 22
https://issues.dlang.org/show_bug.cgi?id=24872

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/dmd pull request #17083 "Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect" fixing this issue:

- Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect

https://github.com/dlang/dmd/pull/17083

--
November 22
https://issues.dlang.org/show_bug.cgi?id=24872

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |artha@samerion.com

--- Comment #2 from Steven Schveighoffer <schveiguy@gmail.com> ---
*** Issue 24433 has been marked as a duplicate of this issue. ***

--
November 22
https://issues.dlang.org/show_bug.cgi?id=24872

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17083 "Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect" was merged into stable:

- 36c2e531ab76e0c1099a3f9b293d255f82265c3f by Paul Backus:
  Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect

https://github.com/dlang/dmd/pull/17083

--
November 29
https://issues.dlang.org/show_bug.cgi?id=24872

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17098 "Merge stable" was merged into master:

- 4c645bbaf970985f9d30e25a4b8f7bdd39b765ef by Paul Backus:
  Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect

https://github.com/dlang/dmd/pull/17098

--