digitalmars.D.bugs - [Issue 3703] New: static array assignment
- d-bugmail puremagic.com (22/22) Jan 13 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3703
- d-bugmail puremagic.com (10/10) Sep 09 2011 http://d.puremagic.com/issues/show_bug.cgi?id=3703
- d-bugmail puremagic.com (8/8) May 07 2012 http://d.puremagic.com/issues/show_bug.cgi?id=3703
- d-bugmail puremagic.com (10/10) May 07 2012 http://d.puremagic.com/issues/show_bug.cgi?id=3703
- d-bugmail puremagic.com (8/8) Apr 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=3703
http://d.puremagic.com/issues/show_bug.cgi?id=3703 Summary: static array assignment Product: D Version: 2.038 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: ellery-newcomer utulsa.edu 12:45:23 PST --- void main(){ int[1] a = [1]; int[2] b; b = a; } fails to produce a compile error. Seems to be D2 only. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 13 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3703 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid, patch https://github.com/D-Programming-Language/dmd/pull/375 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 09 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3703 Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6dfdd2dd1552dfb9b66a35ab65afdcfe30630c0e Issue 3703 - static array assignment -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 07 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3703 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 07 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3703 Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f703c5c6551affddd9213f759657a2b3e391b935 More fix for issue 3703 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 11 2013