digitalmars.D.bugs - [Issue 6070] New: CTFE UFCS forward reference error
- d-bugmail puremagic.com (25/25) May 28 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6070
- d-bugmail puremagic.com (12/12) Apr 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=6070
- d-bugmail puremagic.com (11/11) Apr 25 2013 http://d.puremagic.com/issues/show_bug.cgi?id=6070
- d-bugmail puremagic.com (9/9) Apr 25 2013 http://d.puremagic.com/issues/show_bug.cgi?id=6070
http://d.puremagic.com/issues/show_bug.cgi?id=6070 Summary: CTFE UFCS forward reference error Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com 15:12:33 PDT --- enum test = ["test"].foo(); string foo(string[] s) { return ""; } void main() { } test.d(1): Error: function test.foo (string[] s) is not callable using argument types (string[]) test.d(1): Error: forward reference to type string[] test.d(1): Error: cannot implicitly convert expression (["test"]) of type string[] to string[] -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 28 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6070 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Platform|Other |All OS/Version|Windows |All https://github.com/D-Programming-Language/dmd/pull/1931 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6070 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/699de273aa53ef07f4660a2c9ae3fa026aae5252 fix Issue 6070 - CTFE UFCS forward reference error https://github.com/D-Programming-Language/dmd/commit/9ff9c1374542d4e1a662056569b3c14224cd32ba Issue 6070 - CTFE UFCS forward reference error -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 25 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6070 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 25 2013