[Issue 15069] [REG2.064] nonsense struct template instantiations still compile

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

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 15069] [REG2.064] nonsense struct template instantiations still compile

2019-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15069

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dlang Bot  ---
dlang/dmd pull request #10613 "fix issue 15069 - nonsense struct template
instantiations still compile" was merged into stable:

- a7dbe9628a38a0089b71b2ba0daac3157e22daee by Stian Gulpen:
  fix issue 15069 - nonsense struct template instantiations still compile

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

--


[Issue 15069] [REG2.064] nonsense struct template instantiations still compile

2019-11-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15069

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Dlang Bot  ---
@StianGulpen created dlang/dmd pull request #10613 "fix issue 15069 - nonsense
struct template instantiations still compile" fixing this issue:

- fix issue 15069 - nonsense struct template instantiations still compile

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

--


[Issue 15069] [REG2.064] nonsense struct template instantiations still compile

2019-11-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15069

Basile-z  changed:

   What|Removed |Added

   Keywords||accepts-invalid
 CC||b2.t...@gmx.com
   Severity|major   |regression

--


[Issue 15069] [REG2.064] nonsense struct template instantiations still compile

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15069

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
Summary|nonsense struct template|[REG2.064] nonsense struct
   |instantiations still|template instantiations
   |compile |still compile

--- Comment #2 from Vladimir Panteleev  ---
This is a regression.

Introduced in https://github.com/D-Programming-Language/dmd/pull/2051

--