Thread overview
[Issue 23019] Missing filename when -of points to an existing directory
Apr 15, 2022
Dlang Bot
Apr 15, 2022
Dlang Bot
Apr 22, 2022
Dlang Bot
April 15, 2022
https://issues.dlang.org/show_bug.cgi?id=23019

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #13987 "Fix 23019 - Use proper format spec when reporting file errors" fixing this issue:

- Fix 23019 - Use proper format spec when reporting file errors

  The code used `*.` instead of `.*`.

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

--
April 15, 2022
https://issues.dlang.org/show_bug.cgi?id=23019

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13987 "Fix 23019 - Use proper format spec when reporting file errors" was merged into stable:

- 6616bec457154d1bfff72143ecdfcf9a7ea6caff by MoonlightSentinel:
  Fix 23019 - Use proper format spec when reporting file errors

  The code used `*.` instead of `.*`.

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

--
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23019

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23020

--
April 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23019

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14020 "merge stable" was merged into master:

- eb081300de52b8d3f23cda8ba541c04bcc851dc1 by MoonlightSentinel:
  Fix 23019 - Use proper format spec when reporting file errors

  The code used `*.` instead of `.*`.

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

--