[Issue 3585] New: Duplicate clauses in EqualExpression and RelExpression rules

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 7 07:16:01 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3585

           Summary: Duplicate clauses in EqualExpression and RelExpression
                    rules
           Product: D
           Version: 2.036
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody at puremagic.com
        ReportedBy: jlquinn at optonline.net


--- Comment #0 from Jerry Quinn <jlquinn at optonline.net> 2009-12-07 07:16:00 PST ---
EqualExpression and IdentityExpression both contain the following clauses:

ShiftExpression is ShiftExpression
ShiftExpression !is ShiftExpression

Either IdentityExpression should be removed from the grammar or these 2 clauses
should be removed from EqualExpression

---

EqualExpression and RelExpression both contain the following clause:

ShiftExpression

It should be removed from one or the other.  My vote would be to remove it from
RelExpression.

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


More information about the Digitalmars-d-bugs mailing list