[Issue 2910] New: ~= can append array literals to strings.

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2910 Summary: ~= can append array literals to strings. Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 2910] ~= can append array literals to strings.

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2910 --- Comment #1 from dsim...@yahoo.com 2009-04-29 09:53 --- I'm not sure I fully understand this bug, but if I do understand it correctly, it's a dup of bug 2892. Please see whether this is the case. --

[Issue 2892] Appending U[] to T[] where U : T but U != T yields corrupted results

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2892 clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 2910] ~= can append array literals to strings.

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2910 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 s...@invisibleduck.org changed: What|Removed |Added AssignedTo|bugzi...@digitalmars.com|s...@invisibleduck.org

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3

[Issue 2714] std.getopt erroneously splits arguments

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2714 and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2906] writef problem with formatting floating point

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2906 and...@metalanguage.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 2912] New: Incorrect array append for mixed character sizes

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2912 Summary: Incorrect array append for mixed character sizes Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 2892] Appending U[] to T[] where U : T but U != T yields corrupted results

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2892 dsim...@yahoo.com changed: What|Removed |Added CC||and...@metalanguage.com ---

[Issue 2892] Appending U[] to T[] where U : T but U != T yields corrupted results

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2892 --- Comment #3 from dsim...@yahoo.com 2009-04-29 15:26 --- Also, this doesn't happen only for array literals. Here, I .dup the literals to make sure they're allocated like normal arrays and it still happens. import std.stdio; void

[Issue 2913] New: aliasing a ref type is not possible

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 Summary: aliasing a ref type is not possible Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 2914] New: to!string(struct) is broken

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2914 Summary: to!string(struct) is broken Product: D Version: 2.029 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos