Thread overview
[Issue 15658] isFile isn't a template
Feb 08, 2016
Cédric Picard
Feb 08, 2016
Cédric Picard
Mar 22, 2016
b2.temp@gmx.com
Mar 21, 2020
Basile-z
February 08, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

Cédric Picard <cpicard@openmailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
February 08, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

Cédric Picard <cpicard@openmailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos

--
February 18, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
March 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All
           Assignee|nobody@puremagic.com        |b2.temp@gmx.com
                 OS|Linux                       |All

--- Comment #1 from b2.temp@gmx.com ---
It's not a UFCS issue:

"dirEntries()" doesn't return a range of string. It returns a range of "struct
DirEntry{}"
March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

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

https://github.com/D-Programming-Language/phobos/commit/45d15b9f0558689cd3e7dd1e96784aca62cc438b fix issue 15658 - UFCS used in isFile conflict with DirEntry member

https://github.com/D-Programming-Language/phobos/commit/9c8f1a35da6d82d133ad08ef56326061d337717e Merge pull request #4104 from BBasile/issue-15658

fix issue 15658 - UFCS used in isFile caused a conflict with a DirEntry member

--
March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15658

github-bugzilla@puremagic.com changed:

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=15658

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--