[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added Attachment #597 is|0 |1

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #7 from Iain Buclaw ibuc...@ubuntu.com 2010-04-02 04:27:27 PDT --- (In reply to comment #6) (In reply to comment #5) Attached is a patch that resolves the issue. Am not sure that the patch in the other bug report is

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #8 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-04-02 09:50:23 PDT --- (In reply to comment #7) Eh? What makes you think it isn't? Well, from what I can tell, if I were to have the following code excerpt: int[] a

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #5 from Iain Buclaw ibuc...@ubuntu.com 2010-04-01 17:43:06 PDT --- Created an attachment (id=597) keep track of static array initiliasiser depth OK, just for clarification. uint[][] b = [[ 1, 2 ]]; // OK uint[][] b = [[ 1, 2

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #6 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-04-01 18:19:29 PDT --- (In reply to comment #5) Attached is a patch that resolves the issue. Am not sure that the patch in the other bug report is reasonably correct, but

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 3854] Error on static initialization of arrays with trailing comma.

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

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #2 from Markus Dangl s...@q1cc.net 2010-02-25 12:54:14 PST --- (In reply to comment #1) I think this is a duplicate of bug 3716. It was named D2 only and does not mention problems with trailing commas, thus i made it a seperate

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|