Thread overview
[Issue 8503] New: UFCS fails on integer literal with Unicode identifier
Aug 20, 2012
Kenji Hara
August 03, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8503

           Summary: UFCS fails on integer literal with Unicode identifier
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: edmccard@verizon.net


--- Comment #0 from edmccard@verizon.net 2012-08-03 14:03:16 PDT ---
void α(int d) {}

void main()
{
    1.α();   // Error: found 'α' when expecting ';' following statment
}

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



--- Comment #1 from edmccard@verizon.net 2012-08-03 14:21:56 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1071

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



--- Comment #2 from github-bugzilla@puremagic.com 2012-08-19 22:35:48 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ea5cc5f8d43167b594d78de3141374985fc5b898 Add test with 0 for issue 8503

https://github.com/D-Programming-Language/dmd/commit/21191fd7a2a593bd2b2c830c2cb0d6f85c6ac522 Merge pull request #1071 from edmccard/issue8503

Fix Issue 8503 - UFCS fails on integer literal with Unicode identifier

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------