Thread overview |
---|
December 14, 2009 [Issue 3615] New: returning .idup of local static array doesn't work in ctfe | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3615 Summary: returning .idup of local static array doesn't work in ctfe Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: lutger.blijdestijn@gmail.com --- Comment #0 from Lutger <lutger.blijdestijn@gmail.com> 2009-12-14 10:42:37 PST --- string foo() { char[1] d; d[0] = 'd'; return d.idup; } pragma(msg, foo()); // "Error: cannot evaluate foo() at compile time" -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 29, 2009 [Issue 3615] returning .idup of local static array doesn't work in ctfe | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lutger | http://d.puremagic.com/issues/show_bug.cgi?id=3615 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug@yahoo.com.au --- Comment #1 from Don <clugdbug@yahoo.com.au> 2009-12-28 22:59:06 PST --- This is fixed in DMD2 svn 317 or earlier. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 01, 2010 [Issue 3615] returning .idup of local static array doesn't work in ctfe | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lutger | http://d.puremagic.com/issues/show_bug.cgi?id=3615 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Don <clugdbug@yahoo.com.au> 2010-01-01 11:14:22 PST --- Fixed DMD2.038. -- 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