Thread overview
[Issue 7761] New: lambda expression doesn't parse attributes
Mar 24, 2012
dawg@dawgfoto.de
Mar 24, 2012
Kenji Hara
Mar 25, 2012
Walter Bright
March 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7761

           Summary: lambda expression doesn't parse attributes
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: dawg@dawgfoto.de


--- Comment #0 from dawg@dawgfoto.de 2012-03-24 08:53:55 PDT ---
cat > bug.d << CODE
enum dg = (int a) pure => 2 * a;
CODE

dmd -c bug

--------

http://dlang.org/expression.html#Lambda

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7761


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-03-24 09:12:42 PDT ---
https://github.com/D-Programming-Language/dmd/pull/831

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 25, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7761


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: -------