digitalmars.D.bugs - [Issue 6077] New: CTFE: Cannot append null array to null array.
- d-bugmail puremagic.com (25/25) May 29 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6077
- d-bugmail puremagic.com (12/12) Jun 01 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6077
- d-bugmail puremagic.com (12/12) Nov 20 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6077
- d-bugmail puremagic.com (10/10) Dec 14 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6077
http://d.puremagic.com/issues/show_bug.cgi?id=6077 Summary: CTFE: Cannot append null array to null array. Product: D Version: D2 Platform: x86 OS/Version: All Status: NEW Keywords: rejects-valid Severity: major Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: code klickverbot.at --- Comment #0 from klickverbot <code klickverbot.at> 2011-05-29 11:28:36 PDT --- enum foo = { string s; string t; return s ~ t; }(); --- DMD from current Git master (c1b7e0a) produces: test.d(4): Error: s ~ t cannot be interpreted at compile time -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 29 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6077 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |clugdbug yahoo.com.au Resolution| |FIXED --- Comment #1 from Don <clugdbug yahoo.com.au> 2011-06-01 22:51:14 PDT --- https://github.com/D-Programming-Language/dmd/commit/750b030d1a007b5f9149309b27969d586fd5cc96 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 01 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6077 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla digitalmars.com --- Comment #2 from Walter Bright <bugzilla digitalmars.com> 2011-11-20 23:16:45 PST --- Previous fix was incomplete. https://github.com/D-Programming-Language/dmd/commit/500cfcee97506e152b74610ed80d0dbaacdcf7e2 https://github.com/D-Programming-Language/dmd/commit/d46685b28d2fa253f97d4eeb2700cf2f0c191002 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 20 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6077 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |destructionator gmail.com --- Comment #3 from Don <clugdbug yahoo.com.au> 2011-12-14 08:35:17 PST --- *** Issue 7046 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 14 2011