Thread overview
[Issue 13941] NewExpression grammar is insufficient
Jan 18, 2015
Kenji Hara
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13941

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/781

--
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13941

--- Comment #2 from github-bugzilla@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

--
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13941

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--