digitalmars.D.bugs - [Issue 8242] New: cannot use template function literals at module scope
- d-bugmail puremagic.com (21/21) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8242
- d-bugmail puremagic.com (10/10) Jun 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8242
- d-bugmail puremagic.com (11/11) Jun 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8242
- d-bugmail puremagic.com (10/10) Jun 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8242
http://d.puremagic.com/issues/show_bug.cgi?id=8242 Summary: cannot use template function literals at module scope Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-06-14 10:42:26 PDT --- DMD 2.059: auto exec(alias a,T...)(T as){return a(as);} mixin exec!(x=>x, int); // error The code should compile. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8242 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-06-15 09:42:36 PDT --- https://github.com/D-Programming-Language/dmd/pull/1006 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8242 --- Comment #2 from github-bugzilla puremagic.com 2012-06-15 12:44:08 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c7c0cc1c62795da91adff842daa7cc88a9c296d0 fix Issue 8242 - cannot use template function literals at module scope https://github.com/D-Programming-Language/dmd/commit/5428cbf4229e111b266d07b502ccaad8a8f58456 Merge pull request #1006 from 9rnsr/fix_funclit Issue 8241 & 8242 - Fixup lambda context pointer correctly -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8242 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: -------
Jun 15 2012