[Issue 2634] Function literals are non-constant.

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2634 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6551] struct constructor not recognized when forward referenced

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6551 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 5373] Regression (2.051) CTFE and std.string.replace() causes Bad binary function q{a == b}..

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5373 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6588] New: Struct d'tors + immutable elements doesn't work

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6588 Summary: Struct d'tors + immutable elements doesn't work Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 6587] std.parallelism's Task cannot handle immutable values

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6587 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 6589] New: is(int*==int*); and template X(T : int*=int*) should compile

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6589 Summary: is(int*==int*); and template X(T : int*=int*) should compile Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 5915] Newlines are not propagated when copypasting code snippets

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5915 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-09-01 10:15:19 PDT --- Can anyone else confirm this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 6586] feqrel for const values too

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6586 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6558] [CTFE] UTF-decoding foreach gives wrong index (1-indexed)

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6558 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6581] Yet another dtor/postblit problem?

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6581 --- Comment #1 from Dmitry Olshansky dmitry.o...@gmail.com 2011-09-01 13:21:38 PDT --- Simplifyied. My best guess is that postlblits for struct members are not called. struct A { static int cnt; this(int dummy){ cnt++; }

[Issue 6590] New: mixed in case and default statements do not create a new scope

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6590 Summary: mixed in case and default statements do not create a new scope Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 6581] Yet another dtor/postblit problem?

2011-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6581 --- Comment #2 from Dmitry Olshansky dmitry.o...@gmail.com 2011-09-01 13:58:35 PDT --- It might be more complicated then I thought, postblits of members do work. I'd better leave the cause of problem to thouse in the know. Another variation of