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

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 --- Comment #6 from Stewart Gordon 2011-10-01 13:13:23 PDT --- (In reply to comment #5) > (In reply to comment #3) >> At the very least I'd like the compiler to generate an error saying it >> doesn't >> know how to interpret 'arr ~= []'. > >

[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 changed: What|Removed |Added CC||denis.s...@gmail.com --- Comment #5 fro

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

2009-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 clugd...@yahoo.com.au changed: What|Removed |Added Version|2.012 |1.028 --- Comment #4 from

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

2008-12-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 --- Comment #3 from wbax...@gmail.com 2008-12-22 19:34 --- I just got bitten by this again. float[][] arr; arr ~= [1.0]; // ok, adds a new element (an array of length 1). arr ~= []; // not ok, does nothing. :-( The last line there d

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

2008-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] Keywords