[Issue 4843] New: Inconsistency in overloading ref vs. non-ref

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4843 Summary: Inconsistency in overloading ref vs. non-ref Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 nfx...@gmail.com changed: What|Removed |Added Attachment #739 is|0 |1 obsolete|

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 nfx...@gmail.com changed: What|Removed |Added Attachment #737 is|0 |1 obsolete|

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #74 from nfx...@gmail.com 2010-09-09 06:41:46 PDT --- Created an attachment (id=753) dmd: enable precise scanning for AAs AAs are special because they use some runtime mechanism. dmd didn't allow precise scanning because not all

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #75 from nfx...@gmail.com 2010-09-09 06:43:43 PDT --- Created an attachment (id=754) tango: enable precise scanning for AAs This is the Tango patch that goes with the dmd patch (attachment 753). The AA implementation is duplicated

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 nfx...@gmail.com changed: What|Removed |Added Attachment #488 is|0 |1 obsolete|

[Issue 4844] New: _traits(allMembers, X) ignores version guards inside X

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4844 Summary: _traits(allMembers, X) ignores version guards inside X Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4845] New: Bad error message with missing math import for ^^

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4845 Summary: Bad error message with missing math import for ^^ Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 4329] Do not show error messages that refer to __error

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #12 from bearophile_h...@eml.cc 2010-09-09 12:49:36 PDT --- struct Foo { int x; } void main() { Foo(5 ^^ 5); // line 5 } DMD 2.048 shows: test.d(5): Error: must import std.math to use ^^ operator test.d(5): Error:

[Issue 4846] New: A problem with array of std.typecons.Tuple

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4846 Summary: A problem with array of std.typecons.Tuple Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4847] New: std.algorithm.topN documentation

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4847 Summary: std.algorithm.topN documentation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component:

[Issue 1001] print stack trace (in debug mode) when program die

2010-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #30 from Sean Kelly s...@invisibleduck.org 2010-09-09 13:32:47 PDT --- Okay, demangling added for Linux and OSX. I'll try to make sure that -L--export-dynamic is added to dmd.conf on Linux for the next release. -- Configure