Thread overview
[Issue 22336] core.lifetime.move doesn't work with betterC on elaborate non zero structs
Sep 25, 2021
Tomáš Chaloupka
Sep 26, 2021
Dlang Bot
Sep 27, 2021
Dlang Bot
September 25, 2021
https://issues.dlang.org/show_bug.cgi?id=22336

Tomáš Chaloupka <chalucha@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC

--
September 26, 2021
https://issues.dlang.org/show_bug.cgi?id=22336

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tchaloupka created dlang/druntime pull request #3574 "Fix issue 22336 - betterC move of non zero structs" fixing this issue:

- Fix issue 22336 - betterC move of non zero structs

https://github.com/dlang/druntime/pull/3574

--
September 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22336

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3574 "Fix issue 22336 - betterC move of non zero structs" was merged into master:

- 6f6170f70fb24b632ad276091c3247c83e291b16 by Tomáš Chaloupka:
  Fix issue 22336 - betterC move of non zero structs

  Co-authored-by: Razvan Nitu <razvan.nitu1305@gmail.com>

https://github.com/dlang/druntime/pull/3574

--