[Issue 5496] 64bit: possible ABI issue in mars.h for D runtime.

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5496 --- Comment #2 from Iain Buclaw ibuc...@ubuntu.com 2011-01-28 04:54:50 PST --- Edited summary for clarity sake. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3813] Bad writeln of arrays

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3813 --- Comment #11 from Denis Derman denis.s...@gmail.com 2011-01-28 06:08:53 PST --- More generally, why don't writeln / formatValue / whatever builtin funcs used for output simply recurse to format elements of collections. This is how things

[Issue 2006] Appending empty array using ~= doesn't work

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 Denis Derman denis.s...@gmail.com changed: What|Removed |Added CC||denis.s...@gmail.com

[Issue 5498] New: array of elements of subtypes of a common supertype

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5498 Summary: array of elements of subtypes of a common supertype Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5221] entity.c: Merge Walter's list with Thomas'

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5221 Aziz K�ksal aziz.koek...@gmail.com changed: What|Removed |Added CC|

[Issue 5499] ICE(toir.c): delegate as alias template parameter, only with -release -inline

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5499 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|rejects-valid |ice-on-valid-code

[Issue 5499] ICE(toir.c): delegate as alias template parameter, only with -release -inline

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5499 --- Comment #2 from bearophile_h...@eml.cc 2011-01-28 14:32:57 PST --- Sorry, I meant just -inline. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5221] entity.c: Merge Walter's list with Thomas'

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

[Issue 4287] opOpAssign!(~=) for std.array.Appender

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4287 --- Comment #1 from bearophile_h...@eml.cc 2011-01-28 14:38:22 PST --- The put() method is not easy to remember (other collections use insert(), etc), so for me the ~= is simpler to remember. The needed code for Appender, tested a little:

[Issue 5221] entity.c: Merge Walter's list with Thomas'

2011-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5221 --- Comment #6 from Iain Buclaw ibuc...@ubuntu.com 2011-01-28 16:20:41 PST --- (In reply to comment #5) (In reply to comment #4) I researched this issue with named HTML entities and found several, different lists out there. I think