March 31, 2020
https://issues.dlang.org/show_bug.cgi?id=20711

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/druntime pull request #3012 "Fix Issue 20711 - object.update requires the "update" callback to was…" fixing this issue:

- Fix Issue 20711 - object.update requires the "update" callback to wastefully return a copy of the updated value

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

--
March 31, 2020
https://issues.dlang.org/show_bug.cgi?id=20711

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 #3012 "Fix Issue 20711 - object.update requires the "update" callback to was…" was merged into master:

- 21c47b36383720ab48625f1a46535eb7da31d7f1 by Vladimir Panteleev:
  Fix Issue 20711 - object.update requires the "update" callback to wastefully
return a copy of the updated value

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

--