Thread overview
[Issue 21556] std.container.array: insertAfter is wrong and should be tested
Jan 18, 2021
Luís Ferreira
Jan 18, 2021
Dlang Bot
Jan 19, 2021
Dlang Bot
January 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21556

Luís Ferreira <lsferreira169@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

--
January 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21556

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 updated dlang/phobos pull request #7750 "Fix issue 21555, 21556 - container: array: insertAfter and insertBack are wrong" fixing this issue:

- Fix issues 21555, 21556: container: array: add missing tests for Array!T .insertBack and .insertAfter

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--
January 19, 2021
https://issues.dlang.org/show_bug.cgi?id=21556
Issue 21556 depends on issue 21555, which changed state.

Issue 21555 Summary: std.container.array: insertBack is wrong and should be tested for Array!bool https://issues.dlang.org/show_bug.cgi?id=21555

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 19, 2021
https://issues.dlang.org/show_bug.cgi?id=21556

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 #7750 "Fix issue 21555, 21556 - container: array: insertAfter and insertBack are wrong" was merged into master:

- 30f71fd5705beaa3dc9c5131b081c60ccaa0974c by Luís Ferreira:
  Fix issues 21555, 21556: container: array: add missing tests for Array!T
.insertBack and .insertAfter

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--