← Back to index
|
Original Bugzilla link
Bug 10232 – AndExpression grammar is not correct
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-06-01T19:28:00Z
Last change time
2015-02-18T03:40:33Z
Keywords
pull, spec
Assigned to
nobody
Creator
briancschott
Blocks
10233
Comments
Comment #0
by briancschott — 2013-06-01T19:28:59Z
The website defines AndExpression in terms of ShiftExpression, but the compiler parses it in terms of cmpExpression. Additionally, the requirement to use parenthesis with the & operator under some circumstances is not documented.
Comment #1
by k.hara.pg — 2014-09-22T14:01:46Z
https://github.com/D-Programming-Language/dlang.org/pull/659
Comment #2
by github-bugzilla — 2014-09-24T00:08:37Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/40cf445ab9928bcdb034fe5a560daf72842053ce
fix Issue 10232 - AndExpression grammar is not correct
https://github.com/D-Programming-Language/dlang.org/commit/26df94a6425f7b148c4e5508537ef2706779eb3e
Merge pull request #659 from 9rnsr/fix10232 Issue 10232 - AndExpression grammar is not correct
Comment #3
by github-bugzilla — 2015-02-18T03:40:33Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/40cf445ab9928bcdb034fe5a560daf72842053ce
fix Issue 10232 - AndExpression grammar is not correct
https://github.com/D-Programming-Language/dlang.org/commit/26df94a6425f7b148c4e5508537ef2706779eb3e
Merge pull request #659 from 9rnsr/fix10232