[Issue 5967] New: Mangling of ArgClose for variadic function is swapped

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5967 Summary: Mangling of ArgClose for variadic function is swapped Product: D Version: D1 & D2 Platform: All URL: http://digitalmars.com/d/2.0/abi.html OS/Version: All Statu

[Issue 5968] New: Two changes for std.algorithm.group()?

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5968 Summary: Two changes for std.algorithm.group()? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Compone

[Issue 5827] Invalid implicit cast from "int function() ref" to "int function()"

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5827 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3797] Implicit conversion between incompatible function pointers

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #8 from yebbl

[Issue 5969] New: Poor error message for foreach over type tuple

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5969 Summary: Poor error message for foreach over type tuple Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4656] stdio.readf does not ignore white space

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4656 --- Comment #1 from Andrei Alexandrescu 2011-05-09 09:18:02 PDT --- This is by design. The example works when modified as follows: import std.stdio; void main() { int i, j; readf("%s", &i); readf(" %s", &j); } The space before t

[Issue 5935] Non-tuple iteration with std.range.zip

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5935 Lutger changed: What|Removed |Added CC||lutger.blijdest...@gmail.co

[Issue 4656] stdio.readf does not ignore white space

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4656 Ali Cehreli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4656] stdio.readf does not ignore white space

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4656 Andrei Alexandrescu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVAL

[Issue 5939] Cannot copy std.algorithm.map

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 --- Comment #5 from David Simcha 2011-05-09 14:43:24 PDT --- (In reply to comment #4) > I'm going to argue this is not a compiler bug. > > The return type from map (call it T) is a private, opaque data type. The only > way to get an instance o

[Issue 5765] ^^ and << with BigInts

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5765 --- Comment #9 from bearophile_h...@eml.cc 2011-05-09 15:23:08 PDT --- See a working version, and the workarounds used: http://rosettacode.org/wiki/Ackermann_function#D -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 5872] core.demangle, core.sys.*, core.stdc.* not documented

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5872 --- Comment #4 from Sean Kelly 2011-05-09 15:25:28 PDT --- The module headers already say which spec they follow. What if I added a hyperlink to the official docs (when available) as well? -- Configure issuemail: http://d.puremagic.com/issu

[Issue 5970] New: format("%d", BigInt) problem

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5970 Summary: format("%d", BigInt) problem Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priori

[Issue 5971] New: Some BigInt ideas

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5971 Summary: Some BigInt ideas Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos As

[Issue 5940] Cannot create arrays of std.algorithm.map

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5940 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5972] New: CTFE: Can't assign to elements of arrays of slices

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5972 Summary: CTFE: Can't assign to elements of arrays of slices Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P

[Issue 5973] New: alias this is not considered with superclass lookup

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5973 Summary: alias this is not considered with superclass lookup Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5973] alias this is not considered with superclass lookup

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5973 --- Comment #1 from Kenji Hara 2011-05-09 21:35:29 PDT --- Patch considering only alias this is here: (It doesn't support opDot and opDispatch) https://github.com/9rnsr/dmd/tree/MultiInheritPatch -- Configure issuemail: http://d.puremagic.com

[Issue 5966] [2.053 beta][CTFE] Stack overflow on trivial func

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5966 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5966] [2.053 beta][CTFE] Stack overflow on trivial func

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5966 changlon changed: What|Removed |Added CC||chang...@gmail.com --- Comment #2 from chan

digitalmars-d-bugs@puremagic.com

2011-05-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5974 Summary: Incorrect nested function address in expression (&f).ptr Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: no