digitalmars.D.bugs - [Issue 10605] New: Lambda grammar is not sufficient
- d-bugmail puremagic.com (24/24) Jul 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10605
- d-bugmail puremagic.com (10/10) Jul 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10605
- d-bugmail puremagic.com (12/12) Jul 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10605
- d-bugmail puremagic.com (9/9) Jul 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10605
http://d.puremagic.com/issues/show_bug.cgi?id=10605 Summary: Lambda grammar is not sufficient Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody puremagic.com ReportedBy: k.hara.pg gmail.com From: http://forum.dlang.org/post/hrjpqrzfcdyghcxbiiwt forum.dlang.org Today, compiler accepts following lambda code, but the syntax is not followed by language specification. void main() { auto fp = function (int a) => a; auto dg = delegate (int a) => a; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10605 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull https://github.com/D-Programming-Language/dlang.org/pull/351 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10605 Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/f7e72cc9885eaab905810ef5afc448c5bf197292 fix Issue 10605 - Lambda grammar is not sufficient Improve Lambda grammar and describe rewrite rule https://github.com/D-Programming-Language/dlang.org/commit/c73a1f5cdd283a9bc741d8883defee9901c1234d Issue 10605 - Lambda grammar is not sufficient -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 15 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10605 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: -------
Jul 15 2013