July 31, 2019
https://issues.dlang.org/show_bug.cgi?id=16132

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/phobos pull request #7121 "Fix issues 19696, 19697, 16132 - ReplaceType bugs" fixing this issue:

- Fix issues 19696, 19697, 16132 - ReplaceType bugs

  ReplaceType no longer gives incorrect results for types that can be
  implicitly converted to a templated type, either via inheritance (19697,
  16132) or alias this (19696).

https://github.com/dlang/phobos/pull/7121

--
August 02, 2019
https://issues.dlang.org/show_bug.cgi?id=16132

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/phobos pull request #7121 "Fix issues 19696, 19697, 16132 - ReplaceType bugs" was merged into stable:

- e7d6e9ff508fee42eea9986c0fb59bd3546b862f by Paul Backus:
  Fix issues 19696, 19697, 16132 - ReplaceType bugs

  ReplaceType no longer gives incorrect results for types that can be
  implicitly converted to a templated type, either via inheritance (19697,
  16132) or alias this (19696).

https://github.com/dlang/phobos/pull/7121

--