[Issue 5510] std.functional.iterate

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5510 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5517] New: SEGV: assert(false) in release mode

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5517 Summary: SEGV: assert(false) in release mode Product: D Version: D1 D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5518] New: No line number for incompatible types error message

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5518 Summary: No line number for incompatible types error message Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 5488] Spawned threads hang in a way that suggests allocation or gc issue

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5488 --- Comment #5 from Sean Kelly s...@invisibleduck.org 2011-02-02 12:10:21 PST --- Okay, all issues related to this appear to have been fixed and changes checked in. -- Configure issuemail:

[Issue 5349] ICE(toir.c): nested class in static member function

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5349 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 5519] New: Saner struct equality

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5519 Summary: Saner struct equality Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD

auto return type inheritance not covariant

2011-02-02 Thread iLewis
Maybe this has been brought up before, but i could find no previous submissions. the following code compiles with the error Error: function xxx.B.fn of type () overrides but is not covariant with xxx.A.fn of type () even though they both return an auto of type int... is this a bug or oversight by

Re: auto return type inheritance not covariant

2011-02-02 Thread Jonathan M Davis
On Wednesday, February 02, 2011 15:31:02 iLewis wrote: Maybe this has been brought up before, but i could find no previous submissions. the following code compiles with the error Error: function xxx.B.fn of type () overrides but is not covariant with xxx.A.fn of type () even though they

Re: auto return type inheritance not covariant

2011-02-02 Thread bearophile
iLewis: Maybe this has been brought up before, but i could find no previous submissions. It looks like a bug fit for Bugzilla: class Foo { int fun1() { return 1; } auto fun2() { return 1; } auto fun3() { return 1; } } class Bar : Foo { override auto fun1() { return 1; }

[Issue 5520] New: bitfieldsOn

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5520 Summary: bitfieldsOn Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 5521] New: DMD 2.051 does not report column number of errors.

2011-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5521 Summary: DMD 2.051 does not report column number of errors. Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P2