Thread overview
[Issue 18036] Documentation of moveFront() fails to mention different behavior depending on hasElaborateCopyConstructor
Dec 05, 2017
Ali Cehreli
Dec 16, 2019
berni44
Feb 25, 2022
Dlang Bot
Feb 28, 2022
Dlang Bot
December 05, 2017
https://issues.dlang.org/show_bug.cgi?id=18036

--- Comment #1 from Ali Cehreli <acehreli@yahoo.com> ---
To add, the users are surprised that the source object is not set to .init in some cases.

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

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de
          Component|dlang.org                   |phobos

--
February 25, 2022
https://issues.dlang.org/show_bug.cgi?id=18036

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/phobos pull request #8393 "Fix Issue 18036 - Documentation of moveFront()" fixing this issue:

- Fix Issue 18036 - Documentation of moveFront()

  ...fails to mention different behavior depending on
  hasElaborateCopyConstructor

  The new wording is based on the documentation for core.lifetime.move.

https://github.com/dlang/phobos/pull/8393

--
February 28, 2022
https://issues.dlang.org/show_bug.cgi?id=18036

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/phobos pull request #8393 "Fix Issue 18036 - Documentation of moveFront()" was merged into master:

- aefeca17e7b3f39ea00777cafa5b920ca54f7c3d by Paul Backus:
  Fix Issue 18036 - Documentation of moveFront()

  ...fails to mention different behavior depending on
  hasElaborateCopyConstructor

  The new wording is based on the documentation for core.lifetime.move.

https://github.com/dlang/phobos/pull/8393

--