[Issue 3148] New: syntax error using invariant

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3148 Summary: syntax error using invariant Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3143] -deps produces empty file using D1

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3143 Tomasz Stachowiak h3r3...@mat.uni.torun.pl changed: What|Removed |Added CC|

[Issue 2966] std.algorithm.sort Slower than Selection Sort

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2966 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1919] StringWriter docs are completely unclear

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1919 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1611] State-losing implicit conversions should not be allowed

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1611 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2251] ICE(glue.c): Variadic templates and auto return types don't work together.

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2251 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 339] Alias of function pointer type cannot be forward referenced

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=339 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|ice-on-valid-code | --- Comment #3 from Don

[Issue 2587] std.process.shell doesn't work for win32

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2587 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 603] Undocumented behaviour: case and default create a scope

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=603 --- Comment #7 from Christian Kamm kamm-removet...@incasoftware.de 2009-07-07 11:50:12 PDT --- The fact that default and case statements create a new scope is evident in the frontend code: statements = new Statements(); while (token.value

[Issue 3153] New: win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib

2009-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3153 Summary: win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib Product: D Version: 2.025 Platform: Other OS/Version: Windows Status: NEW