[Issue 8824] New: std.container.Array fails to instantiate Array!char

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8824 Summary: std.container.Array fails to instantiate Array!char Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority:

[Issue 3603] Allow selective import syntax to import several modules from a package

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3603 Manu turkey...@gmail.com changed: What|Removed |Added CC||turkey...@gmail.com ---

[Issue 8823] static if (A || B) != static if (A) else if (B) in some cases

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8823 --- Comment #1 from Jameson beatgam...@gmail.com 2012-10-15 07:44:35 PDT --- It also does not work reliably if I change them to regular if blocks: import std.stdio; class A { string s; } void main() { A a =

[Issue 8532] Pure Segfault

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8532] Pure Segfault

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8532 --- Comment #1 from github-bugzi...@puremagic.com 2012-10-15 08:06:14 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8786] assert does not call invariant() function

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8786 monarchdo...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 8822] Usiing qualified delegate type in template argument causes parser error.

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8822 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8823] static if (A || B) != static if (A) else if (B) in some cases

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8823 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8826] New: PostExpression cannot follow NewExpression

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8826 Summary: PostExpression cannot follow NewExpression Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4489] std.array.insert is slow

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4489 --- Comment #4 from Dmitry Olshansky dmitry.o...@gmail.com 2012-10-15 13:33:58 PDT --- Pending a bugfix in compiler: https://github.com/D-Programming-Language/phobos/pull/858 -- Configure issuemail:

[Issue 8827] New: Cannot move contents of R12

2012-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8827 Summary: Cannot move contents of R12 Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD