[Issue 7905] std.conv.parse doesn't work with UFCS

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7905 --- Comment #1 from Kenji Hara 2012-04-13 23:25:21 PDT --- std.conv.parse function receives the processed string with ref, and returns the remains through it. string input = "123abc"; int num = parse!int(input); assert(num == 123); assert(inpu

[Issue 7905] New: std.conv.parse doesn't work with UFCS

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7905 Summary: std.conv.parse doesn't work with UFCS Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Componen

[Issue 662] Allow UFCS for basic types and enums

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=662 Kenji Hara changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 7904] New: Template instantiation failure depending on compilation order

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7904 Summary: Template instantiation failure depending on compilation order Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-

[Issue 7899] rdmd doesn't compile using dmd 2.059

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7899 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 7903] New: [TDPL] public member variables are supposed to be illegal in synchronized classes

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7903 Summary: [TDPL] public member variables are supposed to be illegal in synchronized classes Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 7902] New: [TDPL] sychronized is supposed to be for classes, not functions

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7902 Summary: [TDPL] sychronized is supposed to be for classes, not functions Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severit

[Issue 7901] New: 2D std.Array breaks

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7901 Summary: 2D std.Array breaks Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos Assig

[Issue 7900] CTFE Internal error with -inline and associative arrays

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7900 brian-sch...@cox.net changed: What|Removed |Added Keywords||CTFE, ice --- Comment #1 from br

[Issue 4435] Multiple-inheritance of Interfaces results in final/static method/function hijacking

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4435 yebblies changed: What|Removed |Added Keywords|pull| AssignedTo|yebbl...@gmail.com

[Issue 7900] New: CTFE Internal error with -inline and associative arrays

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7900 Summary: CTFE Internal error with -inline and associative arrays Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major

[Issue 7899] New: rdmd doesn't compile using dmd 2.059

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7899 Summary: rdmd doesn't compile using dmd 2.059 Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 7898] New: copy in std.algorithm fails in CTFE when used with two arrays

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7898 Summary: copy in std.algorithm fails in CTFE when used with two arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7442 --- Comment #6 from Dmitry Olshansky 2012-04-13 11:34:43 PDT --- (In reply to comment #5) > > By the way, if you go into the compiler source, file interpret.c, line 34 is > #define SHOWPERFORMANCE 0 > If you change that 0 to 1, and then recom

[Issue 7138] Can't call array() on dirEntries

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7138 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7442 --- Comment #5 from Don 2012-04-13 07:35:32 PDT --- (In reply to comment #4) > 15000 ? Wow. At any rate I tried hard to make it so that the thing never > reallocates unless required (but CTFE has no support for assumeSafeAppend) so > these shou

[Issue 7897] New: Problem with alias template parameter

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 Summary: Problem with alias template parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DM

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #12 f

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #4 from Dmitry Olshansky 2012-04-13 04:37:09 PDT --- The syntax is supported. It's just up to implementer of a range if he can provide opSlice meaningfully. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 7891] int[] broken in vararg if it appears after 5 arguments of type bool

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7891 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6758] std.c.stdarg problems with 8 or more integer arguments on x86_64

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6758 Don changed: What|Removed |Added CC||mathias.baumann@sociomantic |

[Issue 6758] std.c.stdarg problems with 8 or more integer arguments on x86_64

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6758 Don changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #2 from Kenji Hara 2012-04-13 02:46:20 PDT --- (In reply to comment #0) > Rather then simply building an array from scratch, perhaps it should be > possible to do the following: > > auto my_odds = sequence!("n * 2 + 1")()[0...100]

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #

[Issue 7896] New: Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 Summary: Sequence slicing Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos