Thread overview
[Issue 19266] Some source files names are no longer accepted
Sep 26, 2018
Rainer Schuetze
Oct 01, 2018
RazvanN
September 26, 2018
https://issues.dlang.org/show_bug.cgi?id=19266

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/dlang/dmd/pull/8741

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19266

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
Closing as it has been merged in stable

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19266

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/ac9272cd42a3a2c10639217abf98b166f9b12baf fix issue 19266 - Some source files names are no longer accepted

only add the \\?\ prefix if the filename is actually long and does not start with \\ already.

--