[Issue 15815] [REG2.071-devel] deprecation for aliased template instance not shown

2016-03-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15815

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e9a67955f0d0d63b903423dd9a6f6aaa8f7d2470
fix Issue 15815 - deprecation for aliased template instance not shown

https://github.com/D-Programming-Language/dmd/commit/d2c759f54f48e5159a962050b33481b0e26ea030
Merge pull request #5558 from 9rnsr/fix15815

--


[Issue 15815] [REG2.071-devel] deprecation for aliased template instance not shown

2016-03-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15815

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e9a67955f0d0d63b903423dd9a6f6aaa8f7d2470
fix Issue 15815 - deprecation for aliased template instance not shown

Run `type.resolve` always even when `s` is an `AggregateDeclaration` -
`(s.getType() && type.equals(s.getType())) == true`

https://github.com/D-Programming-Language/dmd/commit/d2c759f54f48e5159a962050b33481b0e26ea030
Merge pull request #5558 from 9rnsr/fix15815

[REG2.071-devel] Issue 15815 - deprecation for aliased template instance not
shown

--


[Issue 15815] [REG2.071-devel] deprecation for aliased template instance not shown

2016-03-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15815

Kenji Hara  changed:

   What|Removed |Added

   Keywords||diagnostic, pull
Summary|[Reg 2.071-devel]   |[REG2.071-devel]
   |deprecation for aliased |deprecation for aliased
   |template instance not shown |template instance not shown

--- Comment #2 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/5558

--