Thread overview
[Issue 8680] SpanMode.breadth is incorrectly named and implementation fails in Linux
Jul 07, 2017
Vladimir Panteleev
[Issue 8680] Provide additional iteration modes for dirEntries
Jul 07, 2017
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8680

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
July 07, 2017
https://issues.dlang.org/show_bug.cgi?id=8680

--- Comment #11 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
(In reply to entheh from comment #10)
> (Poor devs who end up fixing this bug - it now contains a very long discussion and a multitude of separate requests, from 'names are wrong' to several new feature requests! Sorry ><)

Too late to fix the names, but we can still improve the documentation:

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

--
July 07, 2017
https://issues.dlang.org/show_bug.cgi?id=8680

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

https://github.com/dlang/phobos/commit/efd740e55132a7c0fce4de4263104d599233e066 Improve documentation of std.file.SpanMode (issue 8680)

This clarifies the terminology used for describing the iteration order of dirEntries, as the current terminology has been found misleading.

https://github.com/dlang/phobos/commit/8fadb88f8d3c279cc0595ca4167a28aacf7d184e Merge pull request #5569 from CyberShadow/pull-20170707-153926

Improve documentation of std.file.SpanMode (issue 8680) merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>

--
July 07, 2017
https://issues.dlang.org/show_bug.cgi?id=8680

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|SpanMode.breadth is         |Provide additional
                   |incorrectly named and       |iteration modes for
                   |implementation fails in     |dirEntries
                   |Linux                       |
           Severity|normal                      |enhancement

--- Comment #13 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Documentation PR was merged, converting this to an enhancement request.

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

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

https://github.com/dlang/phobos/commit/efd740e55132a7c0fce4de4263104d599233e066 Improve documentation of std.file.SpanMode (issue 8680)

https://github.com/dlang/phobos/commit/8fadb88f8d3c279cc0595ca4167a28aacf7d184e Merge pull request #5569 from CyberShadow/pull-20170707-153926

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

--- Comment #15 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/efd740e55132a7c0fce4de4263104d599233e066 Improve documentation of std.file.SpanMode (issue 8680)

https://github.com/dlang/phobos/commit/8fadb88f8d3c279cc0595ca4167a28aacf7d184e Merge pull request #5569 from CyberShadow/pull-20170707-153926

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--