[Issue 2569] static arrays in CTFE functions don't compile

2009-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 --- Comment #10 from Don 2009-07-24 04:32:55 PDT --- Note that with this patch in place, bug #1330 becomes a lot more visible. (Fixing that is, I believe, the way to fix the killer bug #1382. Fixing 1330 would probably help to fix bug #2386

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #9

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 --- Comment #7 from Don 2009-07-24 02:19:04 PDT --- Created an attachment (id=434) --> (http://d.puremagic.com/issues/attachment.cgi?id=434) Patch against DMD1.046. Works for DMD2.031 as well. -- Configure issuemail: http://d.puremagic.co

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Don changed: What|Removed |Added Keywords||patch --- Comment #8 from Don 2009-07-24 02:

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 --- Comment #6 from Dimitar Kolev 2009-07-24 01:50:38 PDT --- Thanks great work. You got a beer from me. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 --- Comment #5 from Don 2009-07-24 00:01:29 PDT --- (In reply to comment #4) > (In reply to comment #3) > > The patch I posted was incomplete, so I'm withdrawing it. Done properly, it > > should support slicing assignment, and arrays initial

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Dimitar Kolev changed: What|Removed |Added CC||dimitarrosenovko...@hotmail

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Don changed: What|Removed |Added Keywords|patch | --- Comment #3 from Don 2009-07-23 04:56:55

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 Don changed: What|Removed |Added Keywords||patch --- Comment #2 from Don 2009-07-22 00:

[Issue 2569] static arrays in CTFE functions don't compile

2009-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2569 --- Comment #1 from Don 2009-07-21 00:18:03 PDT --- This isn't complicated. The only reason it doesn't work is that BinExp::interpretAssignCommon in interpret.c doesn't deal with array assignment AT ALL. Adding a trivial hack like: if (e