[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 clugd...@yahoo.com.au 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,

[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 dimitarrosenovko...@hotmail.com 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

[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 clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #8

[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 samu...@voliacable.com changed: What|Removed |Added CC|

[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 clugd...@yahoo.com.au changed: What|Removed |Added Keywords|patch | --- Comment #3 from Don

[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 dimitarrosenovko...@hotmail.com changed: What|Removed |Added CC|

[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 clugd...@yahoo.com.au 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