[Issue 21555] std.container.array: insertBack is wrong and should be tested for Array!bool
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 19 01:20:16 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21555
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7750 "Fix issue 21555, 21556 - container: array:
insertAfter and insertBack are wrong" was merged into master:
- 93ebaa729116a813ebb2a8d175abe4400ec00ecf by Luís Ferreira:
Fix issue 21555: std.container.array: insertBack is wrong and should be
tested for Array!bool
insertBack() returns 0 inserted elements everytime due to a preformed
.popFront() on the range.
Signed-off-by: Luís Ferreira <contact at lsferreira.net>
- 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 at lsferreira.net>
https://github.com/dlang/phobos/pull/7750
--
More information about the Digitalmars-d-bugs
mailing list