September 11, 2020
https://issues.dlang.org/show_bug.cgi?id=21238

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G created dlang/dmd pull request #11723 "fix issue 21238 - -deps considers only the first instantiation site of a template for dependencies" fixing this issue:

- fix issue 21238 - -deps considers only the first instantiation site of a template for dependencies

  Reopens issue 9948 ("deps dependency printing incorrect for templates"),
  because the fix for that issue did more harm than good.

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

--
June 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21238

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 #11723 "fix issue 21238 - -deps considers only the first instantiation site of a template for dependencies" was merged into master:

- 4d51b33b465747a216b9db3cf674766fc5da24aa by aG0aep6G:
  fix issue 21238 - -deps considers only the first instantiation site of a
template for dependencies

  Reopens issue 9948 ("deps dependency printing incorrect for templates"),
  because the fix for that issue did more harm than good.

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

--