[Issue 9514] "template instance … is not an alias"

2015-03-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9514 --- Comment #12 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/53f165ea15c8317d8a331214d5be3d22d9aacbfc Move issue 9514 test case to

[Issue 9514] "template instance … is not an alias"

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9514 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/53f165ea15c8317d8a331214d5be3d22d9aacbfc Move issue 9514 test case to

[Issue 9514] "template instance … is not an alias"

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #2 from Kenji Hara 2013-02-15 08:53:11 PST --- This problem had occured by this commit: Revision: de4f8f6bf8dc9fcc1730ea4d7f2bbd3e74880f08 Message: Merge pull request #1543 from 9rnsr/fix5933 Issue 5933 & 7159 & 9377 - Invoke funct

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #3 from David Nadlinger 2013-02-15 12:14:19 PST --- (In reply to comment #2) > Let's back to the Thrift code issue. This is just my prediction, the Foo > declaration contains "mixin TStructHelpers!(...)", and it may have some > fo

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #4 from Walter Bright 2013-02-15 14:21:01 PST --- So far, I've reduced it to: -- import std.typetuple : TypeTuple; template TStructHelpers() { alias typeof(this) This; bool opEquals(This ) {

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #5 from Walter Bright 2013-02-15 15:09:19 PST --- A smaller case: template TStructHelpers() { void opEquals(Foo) { FieldNames!(); } } struct Foo { mixin TStructHelpers!(); } import std.algor

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #6 from Kenji Hara 2013-02-15 20:52:35 PST --- (In reply to comment #4) (In reply to comment #5) > A smaller case: > > template TStructHelpers() { > > void opEquals(Foo) { > FieldNames!(); > } > } >

[Issue 9514] "template instance … is not an alias"

2013-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #7 from K

[Issue 9514] "template instance … is not an alias"

2013-02-16 Thread d-bugmail
/0efbffdaab79b7b099e780716aebf92a6054e26e Merge pull request #1665 from 9rnsr/fix9514 Issue 9514 - "template instance … is not an alias" -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9514] "template instance … is not an alias"

2013-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #9 from Walter Bright 2013-02-16 12:17:26 PST --- The bulk of the reduction was done by dustmite, an amazing tool. The rest was done by hand. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 9514] "template instance … is not an alias"

2013-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9514] "template instance … is not an alias"

2013-03-24 Thread d-bugmail
/4040d2578026554719eb983ba487726188b18908 fix Issue 9514 - "template instance … is not an alias" https://github.com/D-Programming-Language/dmd/commit/03b0cad6bdfe9646f0907ca3abb8d1ac65073192 Merge pull request #1665 from 9rnsr/fix9514 Issue 9514 - "template instance … is not an alias" -- Configure issuemail: ht

[Issue 9514] "template instance … is not an alias"

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 Kenji Hara changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment #