[Issue 5694] New: va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694 Summary: va_arg doesn't work with idouble and ifloat Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5695] New: Problem with TypeTuple of lambdas

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5695 Summary: Problem with TypeTuple of lambdas Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 5694] va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694 Mathias Baumann mathias.baum...@sociomantic.com changed: What|Removed |Added Attachment #927 is|0 |1

[Issue 5691] walkLength() compatible with opApply()

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5691 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 5691] walkLength() compatible with opApply()

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5691 --- Comment #12 from Steven Schveighoffer schvei...@yahoo.com 2011-03-04 08:13:08 PST --- I agree that we don't want to cater to all styles, at the expense of added complexity. I think actually, using isIterable, does not increase complexity

[Issue 5691] walkLength() compatible with opApply()

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5691 --- Comment #13 from Andrei Alexandrescu and...@metalanguage.com 2011-03-04 08:35:41 PST --- walkLength would need forking for opApply, so already for this first example we're looking at an increase in complexity. This is because walkLength

[Issue 5696] New: Templates typetuple iteration

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5696 Summary: Templates typetuple iteration Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5697] New: Instantiation from typetuple of templates

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5697 Summary: Instantiation from typetuple of templates Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5698] New: va_arg sets wrong length for (u)short[]

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5698 Summary: va_arg sets wrong length for (u)short[] Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5699] New: opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 Summary: opBinary used to implement in in TotalContainer Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5699] opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5699] opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5569] 64 bit Dwarf symbolic debug info not recognized by gdb

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5569 --- Comment #3 from Mathias Baumann mathias.baum...@sociomantic.com 2011-03-04 11:51:22 PST --- I don't know whether it's related or not, but the linux libc function backtrace only manages to extract one frame. -- Configure issuemail:

[Issue 5699] opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 Magnus Lie Hetland mag...@hetland.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 5699] opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 --- Comment #4 from Steven Schveighoffer schvei...@yahoo.com 2011-03-04 12:07:18 PST --- Oh, my mistake! The original docs did show the container in the documentation, which is why I thought it was removed. The exact location is here:

[Issue 5699] opBinary used to implement in in TotalContainer

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5699 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|REOPENED|ASSIGNED

[Issue 5700] New: Allow dup in nothrow functions

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 Summary: Allow dup in nothrow functions Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5701] New: Broken ddoc build using core.bitop.bswap

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5701 Summary: Broken ddoc build using core.bitop.bswap Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 5700] Allow dup in nothrow functions

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 --- Comment #2 from bearophile_h...@eml.cc 2011-03-04 16:11:05 PST --- I see, thank you for your comment. Then dup has to be conditionally nothrow, and we go back to issue 5125. (There is no need for dup to be a template, the conditional

[Issue 5125] Optional function purity/nothrowness

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5125 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5694] va_arg doesn't work with idouble and ifloat

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

[Issue 5694] va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED