Thread overview
[Issue 15735] std.algorithm.iteration.splitter returns empty range
Feb 29, 2016
Dragos Carp
Apr 10, 2016
Jon Degenhardt
Oct 08, 2017
Jon Degenhardt
February 29, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

--- Comment #1 from Dragos Carp <dragoscarp@gmail.com> ---
Fixed with https://github.com/D-Programming-Language/phobos/pull/4030

--
April 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrdemail2000-dlang@yahoo.co
                   |                            |m

--
April 26, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

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

https://github.com/dlang/phobos/commit/b438bf5a0653b616ef6debe2a0dfe247d8fc5928 Fix issue 15735

https://github.com/dlang/phobos/commit/edbb7a1537e0aa0ea7904dcdd64723b92b5b6a7b Merge pull request #4030 from dcarp/issue15735

Fix issue 15735

--
April 26, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

github-bugzilla@puremagic.com changed:

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

--
October 03, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to revert-4030-issue15735 at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4fa5ff684e946ef82927b6ff3937c27d23470c9a Revert "Fix issue 15735"

--
October 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15735

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |andrei@erdani.com
         Resolution|FIXED                       |---

--- Comment #4 from Andrei Alexandrescu <andrei@erdani.com> ---
I'm reopening this pending a change in the documentation.

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

--- Comment #5 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
(In reply to Andrei Alexandrescu from comment #4)
> I'm reopening this pending a change in the documentation.

PR for the documentation change: https://github.com/dlang/phobos/pull/5767

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

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

https://github.com/dlang/phobos/commit/c6ef7c3f5e5caafe5469af671a761e42c04ef7f9 Fix issue 15735: Correct splitter documentation when argument is an empty range.

https://github.com/dlang/phobos/commit/181efe61db4d4cb33fee047c955b8bc00c2090f7 Merge pull request #5767 from jondegenhardt/issue-15735-splitter-emptyrange-doc

Fix issue 15735: Correct splitter documentation when arg is an empty range. merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

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

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

https://github.com/dlang/phobos/commit/c6ef7c3f5e5caafe5469af671a761e42c04ef7f9 Fix issue 15735: Correct splitter documentation when argument is an empty range.

https://github.com/dlang/phobos/commit/181efe61db4d4cb33fee047c955b8bc00c2090f7 Merge pull request #5767 from jondegenhardt/issue-15735-splitter-emptyrange-doc

--