Thread overview
[Issue 11052] pathSplitter cannot be converted to string[], and to!() template fails
Aug 25, 2018
Basile B.
Aug 25, 2018
Basile B.
[Issue 11052] allow pathSplitter and to!() template fails
Aug 25, 2018
Basile B.
Mar 21, 2020
Basile-z
August 25, 2018
https://issues.dlang.org/show_bug.cgi?id=11052

Basile B. <b2.temp@gmx.com> changed:

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

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
pull : https://github.com/dlang/phobos/pull/6679

--
August 25, 2018
https://issues.dlang.org/show_bug.cgi?id=11052

Basile B. <b2.temp@gmx.com> changed:

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

--- Comment #2 from Basile B. <b2.temp@gmx.com> ---
The second error is already fixed. The first and the last are not bugs but enhancements since `to` is not supposed to convert ranges to array at all.

--
August 25, 2018
https://issues.dlang.org/show_bug.cgi?id=11052

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
            Summary|pathSplitter cannot be      |allow pathSplitter  and
                   |converted to string[], and  |to!() template fails
                   |to!() template fails        |

--- Comment #3 from Basile B. <b2.temp@gmx.com> ---
`to` was tried as a workaround i think so the problem is gone.

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

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

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

--