Thread overview
[Issue 9362] Add a method to remove one item to std.container.SList
October 10, 2017
https://issues.dlang.org/show_bug.cgi?id=9362

Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandru.razvan.c@gmail.co
                   |                            |m
           Assignee|nobody@puremagic.com        |alexandru.razvan.c@gmail.co
                   |                            |m

--
October 17, 2017
https://issues.dlang.org/show_bug.cgi?id=9362

--- Comment #1 from Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> ---
https://github.com/dlang/phobos/pull/5784 https://github.com/dlang/phobos/pull/5786

--
October 24, 2017
https://issues.dlang.org/show_bug.cgi?id=9362

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/aee56671f8226cb910017d0f5c49186771d06d1d Fix issue 9362 - Add linearRemoveElement from Slist

https://github.com/dlang/phobos/commit/e5a146bca3b462b32c1613e1a1f6d6777942e3a1 Merge pull request #5784 from Darredevil/issue-9362-slist-remove

Fix Issue 9362 - Add a method to remove one item to std.container.SList

--
October 24, 2017
https://issues.dlang.org/show_bug.cgi?id=9362

github-bugzilla@puremagic.com changed:

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

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=9362

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/aee56671f8226cb910017d0f5c49186771d06d1d Fix issue 9362 - Add linearRemoveElement from Slist

https://github.com/dlang/phobos/commit/e5a146bca3b462b32c1613e1a1f6d6777942e3a1 Merge pull request #5784 from Darredevil/issue-9362-slist-remove

--