Thread overview
[Issue 13738] RTInfo generation on deprecated struct causes deprecation message
Nov 16, 2014
Rainer Schuetze
Aug 06, 2015
Kenji Hara
Aug 06, 2015
Kenji Hara
November 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13738

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic, pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/D-Programming-Language/dmd/pull/4147

--
November 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13738

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3ba4b64edb486f26fa5bd9b5b3b6dd0096d1540c Merge pull request #4147 from rainers/issue13738

Fix Issue 13738 - RTInfo generation on deprecated struct causes deprecation message

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13738

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3ba4b64edb486f26fa5bd9b5b3b6dd0096d1540c Merge pull request #4147 from rainers/issue13738

--
August 06, 2015
https://issues.dlang.org/show_bug.cgi?id=13738

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
I think the root of diagnostic problem is issue 14875.
If a template is instantiated with deprecated type, the touch to corresponding
type parameter should not repeat redundant deprecation messages.

--
August 06, 2015
https://issues.dlang.org/show_bug.cgi?id=13738

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> ---
This issue itself is already fixed.

--
August 08, 2015
https://issues.dlang.org/show_bug.cgi?id=13738

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/84c3642d4890cb9c30174b982712b6a8885d9f5a Remove the RTInfo specific code for issue 13738

--
July 22, 2017
https://issues.dlang.org/show_bug.cgi?id=13738

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

https://github.com/dlang/dmd/commit/84c3642d4890cb9c30174b982712b6a8885d9f5a Remove the RTInfo specific code for issue 13738

--