[Issue 7854] Non-C attributes allowed on extern(C) function parameters

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7854 --- Comment #6 from Jonathan M Davis jmdavisp...@gmx.com 2012-04-12 23:07:41 PDT --- I'm not exactly talking about binding or calling convention, I'm more talking about types. To me, the two are orthogonal. Whereas I would argue that since

[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

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added 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 k.hara...@gmail.com 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 +

[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 clugd...@yahoo.com.au changed: What|Removed |Added Keywords||wrong-code

[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 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[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 clugd...@yahoo.com.au changed: What|Removed |Added CC||mathias.baumann@sociomantic

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

[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 dmitry.o...@gmail.com 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:

[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 r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

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

[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 clugd...@yahoo.com.au 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

[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 andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 dmitry.o...@gmail.com 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

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

[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 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 yebbl...@gmail.com changed: What|Removed |Added Keywords|pull|

[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

[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

[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

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

[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 bugzi...@digitalmars.com changed: What|Removed |Added CC|

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

[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 k.hara...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED