[Issue 3544] optlink termination 0041338f with recursive nested functions

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4780] d-programming-language.org: CSS is completely borked

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4780 Nick Sabalausky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4035] Unexpected optlink termination

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4035 Max Samukha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2886] The linker can't handle *.d.obj

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2886 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3627] -of with a filename with a double extension confuses linker

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3627 Don changed: What|Removed |Added CC||bitwo...@qq.com --- Comment #1 from Don 2010-09

[Issue 2436] Unexpected OPTLINK termination EIP = 00425303 with /co

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2436 Max Samukha changed: What|Removed |Added Severity|critical|normal --- Comment #7 from Max Samukha

D2 Associative Arrays keys has a bug

2010-09-02 Thread soarowl
private import std.stdio; static ubyte[] data = [1, 3, 5, 7, 9, 7, 5]; void main() { int[ubyte] set; foreach(e; data) set[e]++; //foreach(k, v; set) std.stdio.writef("%d: %d ", k, v); foreach(e; set.keys.sort) std.stdio.writef("%d ", e); //foreach(e; set.values) std.stdio.

Re: D2 Associative Arrays keys has a bug

2010-09-02 Thread bearophile
soarowl: > I expect result: 1 3 5 7 9 > But result will be: 0 0 0 1 5 or something else, which not equals expaect > result. You are right, there's a bug in the AA when not int keys are used: import std.stdio: writeln; ubyte[] data = [1, 3, 5, 7, 9, 7, 5]; void main() { int[ubyte] set; f

Re: D2 Associative Arrays keys has a bug

2010-09-02 Thread Steven Schveighoffer
On Thu, 02 Sep 2010 06:28:14 -0400, soarowl wrote: private import std.stdio; static ubyte[] data = [1, 3, 5, 7, 9, 7, 5]; void main() { int[ubyte] set; foreach(e; data) set[e]++; //foreach(k, v; set) std.stdio.writef("%d: %d ", k, v); foreach(e; set.keys.sort) std.stdio.wr

[Issue 4594] itfi fails to detect correct types in the face of differing qualifiers

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4594 Michal Minich changed: What|Removed |Added CC||michal.min...@gmail.com --- Comment #1

[Issue 2594] Const/immutable should not matter for value types in IFTI

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2594 David Simcha changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #1 fro

[Issue 4594] itfi fails to detect correct types in the face of differing qualifiers

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4594 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4789] New: std.algorithm.sort bug

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 Summary: std.algorithm.sort bug Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4790] New: Wrong code when updating struct member value from fiber

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4790 Summary: Wrong code when updating struct member value from fiber Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-co

[Issue 4789] std.algorithm.sort bug

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4791] New: Assigning a static array to itself should be allowed

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4791 Summary: Assigning a static array to itself should be allowed Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2