Thread overview
[Issue 18333] binaryHeap documentation inadequately describes slice store invalidation
Nov 29, 2018
Eduard Staniloiu
Jan 05, 2020
berni44
Dec 17, 2022
Iain Buclaw
Feb 03, 2023
Dlang Bot
Feb 09, 2023
Dlang Bot
November 29, 2018
https://issues.dlang.org/show_bug.cgi?id=18333

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |edi33416@gmail.com

--
January 05, 2020
https://issues.dlang.org/show_bug.cgi?id=18333

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de
           Hardware|x86                         |All
                 OS|Windows                     |All
           Severity|enhancement                 |normal

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18333

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MathewColin created dlang/phobos pull request #8677 "Better document the use of Heaps with Dynamic Array as Store" mentioning this issue:

-     Better document the use of Heaps with Dynamic Array as Store

      Fix issue 18333: binaryHeap documentation inadequately describes slice
store invalidation

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

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

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 #8677 "Better document the use of Heaps with Dynamic Array as Store" was merged into master:

- bd8bdb2dee980c2713be0580d592da29f1341a7a by Matei Calin Ceausu:
      Better document the use of Heaps with Dynamic Array as Store

      Fix issue 18333: binaryHeap documentation inadequately describes slice
store invalidation

- d1b7eebf65b7267580378209082b8d3e18120fc7 by Matei Calin Ceausu:
  Better document the use of Heaps with Dynamic Array as Store

  Fix issue 18333: binaryHeap documentation inadequately describes slice store
invalidation

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

--