Thread overview
[Issue 24809] In some cases, stable sort assigns to unininitialized elements
Oct 13
Dlang Bot
Oct 18
Dlang Bot
Oct 28
Dlang Bot
October 13
https://issues.dlang.org/show_bug.cgi?id=24809

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@jmdavis created dlang/phobos pull request #9057 "Fix bugzilla issue 24809: In some cases, stable sort assigns to unininitialized elements" fixing this issue:

- Fix bugzilla issue 24809: In some cases, stable sort assigns to unininitialized elements

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

--
October 18
https://issues.dlang.org/show_bug.cgi?id=24809

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 #9057 "Fix bugzilla issue 24809: In some cases, stable sort assigns to unininitialized elements" was merged into master:

- be532da54bff035b68adc2be5d6e6d21055af818 by Jonathan M Davis:
  Fix bugzilla issue 24809: In some cases, stable sort assigns to
unininitialized elements

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

--
October 28
https://issues.dlang.org/show_bug.cgi?id=24809

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #9076 "[stable] Cherry-pick 2 master fixes" was merged into stable:

- ef6a991534e085d82eebc65a9b09af68c05b0906 by Jonathan M Davis:
  Fix bugzilla issue 24809: In some cases, stable sort assigns to
unininitialized elements (#9057)

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

--