[Issue 13941] NewExpression grammar is insufficient

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jan 17 22:28:24 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13941

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/5e9be8f673f3d8ca6486b6dda410ffb3f04eeede
fix Issue 13941 - NewExpression grammar is insufficient

- Fix `Type` rule by using `BasicType2`
  It should be consistent with parseType() in dmd code.

- `BasicType2` should handle repetition
  It should be consistent with parseBasicType2() in dmd code.

https://github.com/D-Programming-Language/dlang.org/commit/344436839db5acee6b4edcb602a5336aa2cc722a
Merge pull request #781 from 9rnsr/fix13941

Issue 13941 - NewExpression grammar is insufficient

--


More information about the Digitalmars-d-bugs mailing list