Thread overview
[Issue 20810] Freshly built DMD fails to read config file
May 08, 2020
Andrej Mitrovic
May 08, 2020
Dlang Bot
May 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20810

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com

--
May 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20810

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@AndrejMitrovic updated dlang/dmd pull request #11111 "Fix issue 20810: Freshly built DMD fails to read config file " fixing this issue:

- Fix getting canonical path in GetFullPathNameW

  According to MSDN docs, the return value of GetFullPathName
  does *not* count the terminating null character.

  In the first call, it *does* include this count because
  a buffer was not specified in that initial call.

  Fix Issue 20810

https://github.com/dlang/dmd/pull/11111

--
January 30, 2021
https://issues.dlang.org/show_bug.cgi?id=20810

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
         Resolution|---                         |FIXED

--- Comment #2 from moonlightsentinel@disroot.org ---
Fixed by https://github.com/dlang/dmd/pull/11293

--