[Issue 3132] std.string.split should be templated on mutable/const/immutable

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

[Issue 3148] syntax error using invariant

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

[Issue 3098] std.algorithm.reduce example can not compile

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

[Issue 3087] std.range.retro.opIndex out of range

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

[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 --- Comment #2 from Andrei Alexandrescu 2009-08-27 23:38:34 PDT --- (In reply to comment #1) > I fixed length like this: > > return (_input.length - 1) / _n + 1; > > Thanks! In fact this doesn't work for _input.length == 0. So I rewrote

[Issue 3074] std.conv.to!(string)(int.min)

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

[Issue 3067] std.range.chain returns a range of wrong type elements

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added AssignedTo|and...@metalanguage.com |bugzi...@digitalmars.com --- C

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2989] InterfacesTuple incorrectly implemented

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

[Issue 2988] Chain needs opIndexAssign.

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

[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 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: http://d.puremagic.com/issues/userprefs

[Issue 2976] rename retreatN to retreat

2009-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2976 --- Comment #3 from Kyle Foley 2009-08-27 17:59:48 PDT --- Are you going to rename advance to popFrontN? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 2976] rename retreatN to retreat

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

[Issue 2785] Interfaces should be able to require non-member functions

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

[Issue 2786] Interfaces should be able to require constructors

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from A

[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 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: array equality comparis

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 K

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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