[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 --- Comment #7 from github-bugzi...@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 --

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2015-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 --- Comment #6 from github-bugzi...@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

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 --- Comment #4 from Kenji Hara k.hara...@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

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 --- Comment #3 from github-bugzi...@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

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2014-11-22 Thread via Digitalmars-d-bugs
from rainers/issue13738 Fix Issue 13738 - RTInfo generation on deprecated struct causes deprecation message --

[Issue 13738] RTInfo generation on deprecated struct causes deprecation message

2014-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13738 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||diagnostic, pull ---