[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2

[Issue 6178] Struct inside the AA are not init correctly

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6178 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com 2012-03-16 08:44:28 PDT --- If this behavior is invalid by design, then the error message should be improved (e.g. to .init not known at this point or recursive semantic analysis

[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com 2012-03-16 09:03:39 PDT --- then the error message should be improved Never mind, the check is inside an is() condition - so AFAIU any errors should be silenced. -- Configure

[Issue 7718] New: regex and ctRegex produce different results

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7718 Summary: regex and ctRegex produce different results Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6547] Call to std.algorithm.remove causes compile error

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6547 Tim Keating itsallaboutthe...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 d...@dawgfoto.de changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 7719] New: enum forward reference error when enum is in braces

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7719 Summary: enum forward reference error when enum is in braces Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 7719] enum forward reference error when enum is in braces

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7719 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-03-16 17:13:03 PDT --- There are more issues with these enums inside of brackets. Right now I'm having the weirdest errors where referencing these enums doesn't work from a

[Issue 7670] UFCS problem with @property and structs

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7670 --- Comment #2 from bearophile_h...@eml.cc 2012-03-16 18:44:11 PDT --- Maybe you have gone a bit too much far with your fix, Kenji Hara. In my example code here I used @property: @property ref double y(ref A a) { But your patch allows that