July 11, 2018
https://issues.dlang.org/show_bug.cgi?id=19077

Szabo Bogdan <contact@szabobogdan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact@szabobogdan.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |blocker

--
July 11, 2018
https://issues.dlang.org/show_bug.cgi?id=19077

Szabo Bogdan <contact@szabobogdan.com> changed:

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

--- Comment #1 from Szabo Bogdan <contact@szabobogdan.com> ---
this is not a bug... it should be like this:

auto range = dirEntries("files/", SpanMode.depth)
        .map!(a => a)

--