Thread overview
[Issue 23668] Can't stable sort structs with disabled default constructor.
Feb 03, 2023
Dlang Bot
Feb 04, 2023
Dlang Bot
Feb 13, 2023
Dlang Bot
February 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23668

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8676 "Fix issue 23668: TimSort must avoid default initialization if the type being sorted has it disabled." fixing this issue:

- Fix issue 23668: TimSort must avoid default initialization if the type being sorted has it disabled.

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

--
February 04, 2023
https://issues.dlang.org/show_bug.cgi?id=23668

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/phobos pull request #8676 "Fix issue 23668: TimSort must avoid default initialization if the type being sorted has it disabled." was merged into stable:

- 01b99cb6c39ee1876a2dceaa7be54adb62e460e6 by Mathis Beer:
  Fix issue 23668: TimSort must avoid default initialization if the type being
sorted has it disabled.

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

--
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23668

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8683 "Fix issue 23668: TimSort must avoid default initialization if the type being sorted has it disabled." was merged into master:

- c06e3171f1b6d9cc38493959ab5b34d80f8d3d51 by Mathis Beer:
  Fix issue 23668: TimSort must avoid default initialization if the type being
sorted has it disabled.

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

--