[Issue 2339] Inconsistent behaviour referring to template mixin member at compile time

2019-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2339 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2339] Inconsistent behaviour referring to template mixin member at compile time

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2339 matti.niemenmaa+dbugzi...@iki.fi changed: What|Removed |Added Severity|blocker |normal --- Com

[Issue 2339] Inconsistent behaviour referring to template mixin member at compile time

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2339 --- Comment #2 from matti.niemenmaa+dbugzi...@iki.fi 2009-04-23 09:53 --- I think the problem in the fourth case might be in how it gets parsed. Here's a snippet from the frontend's normally-commented-out printf() and logging calls o

[Issue 2339] Inconsistent behaviour referring to template mixin member at compile time

2009-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2339 --- Comment #1 from matti.niemenmaa+dbugzi...@iki.fi 2009-04-22 03:51 --- I've been investigating this a bit and the issue seems to be that VarDeclaration::needThis() returns true for x; if I make it return false instead, the code co