Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 29, 2011 [Issue 6077] New: CTFE: Cannot append null array to null array. | ||||
---|---|---|---|---|
| ||||
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: ------- |
June 02, 2011 [Issue 6077] CTFE: Cannot append null array to null array. | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
November 21, 2011 [Issue 6077] CTFE: Cannot append null array to null array. | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
December 14, 2011 [Issue 6077] CTFE: Cannot append null array to null array. | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation