[Issue 3266] New: rdmd links core.thread twice

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3266 Summary: rdmd links core.thread twice Product: D Version: 2.031 Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: DMD

[Issue 3266] rdmd links core.thread twice

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

[Issue 3267] New: int delegate() should be implicitly castable to const(int) delegate()

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3267 Summary: int delegate() should be implicitly castable to const(int) delegate() Product: D Version: 2.031 Platform: Other OS/Version: Windows Status: NEW

[Issue 3260] Error: undefined identifier backend when compiling 'write' with 'wchar'

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

[Issue 1940] Phobos buildscripts do not work on x86_64

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

[Issue 2150] cannot get values from const variant

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

[Issue 3268] can't compare pointer to functions when one is const

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3268 --- Comment #1 from Andrei Alexandrescu and...@metalanguage.com 2009-08-27 14:11:13 PDT --- void fun() {} void main() { auto a = fun; const b = a; assert(a == b); } This fails to compile. The error message is odd too: Error:

[Issue 2669] Variant does not have opApply or another iteration mechanism

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

[Issue 2784] Interfaces should be able to require type definitions

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

[Issue 2976] rename retreatN to retreat

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

[Issue 2980] compiler error when writefln( uint )

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

[Issue 2576] ICE(mtype.c, MODconst) - forward reference of aliased-type string constant

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2576 Stewart Gordon s...@iname.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2976] rename retreatN to retreat

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2976 --- Comment #4 from Andrei Alexandrescu and...@metalanguage.com 2009-08-27 18:23:40 PDT --- (In reply to comment #3) Are you going to rename advance to popFrontN? Great idea! Just did so, thanks. -- Configure issuemail:

[Issue 2992] std.typecons has unnecessary thread local globals

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

[Issue 3009] format.d(2072) uses deprecated function

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3009 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added AssignedTo|and...@metalanguage.com

[Issue 2996] std.typetuple: add support for any static tuples

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

[Issue 3017] doc errors in std.range (on behalf of Steven Schveighoffer)

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

[Issue 3025] uniform(float, float) pops first, uniform(int, int) pops last

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

[Issue 3037] Off-by-one error in Stride.length

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