[Issue 3384] New: toArray

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3384 Summary: toArray Product: D Version: 2.033 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: enhancement Priority: P2 Com

[Issue 3383] New: newVoid

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 Summary: newVoid Product: D Version: 2.033 Platform: Other OS/Version: Windows Status: NEW Keywords: patch, performance Severity: enhancement Priority: P2

[Issue 3378] [tdpl] ++x should be an lvalue

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3378 --- Comment #2 from Andrei Alexandrescu 2009-10-09 09:09:03 PDT --- (In reply to comment #1) > (In reply to comment #0) > > 1. The increment is rewritten as x += 1, but it shouldn't as it's a > > fundamentally different operation > > From the

[Issue 3119] Segfault(expression.c) template function overloads with function with same name in other module

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3119 Don changed: What|Removed |Added Keywords||patch --- Comment #3 from Don 2009-10-09 07:36:

[Issue 3378] [tdpl] ++x should be an lvalue

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3378 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3119] Segfault(expression.c) template function overloads with function with same name in other module

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3119 Don changed: What|Removed |Added Platform|x86_64 |All Summary|Segfault combining

[Issue 3382] New: Implement uniform function call syntax

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3382 Summary: Implement uniform function call syntax Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3381] [tdpl] Incorrect assessment of overriding in triangular-shaped hierarchy

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3381 Gide Nwawudu changed: What|Removed |Added Keywords||diagnostic, rejects-valid

[Issue 3374] [tdpl] ICE(init.c): Associative array type not inferred

2009-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3374 Don changed: What|Removed |Added Keywords||patch Platform|Other