[dlang.org] [D-Programming-Language/dlang.org] 5e9be8: fix Issue 13941 - NewExpression grammar is insuffi...
GitHub via dlang.org
dlang.org at puremagic.com
Sat Jan 17 22:28:21 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: 5e9be8f673f3d8ca6486b6dda410ffb3f04eeede
https://github.com/D-Programming-Language/dlang.org/commit/5e9be8f673f3d8ca6486b6dda410ffb3f04eeede
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-18 (Sun, 18 Jan 2015)
Changed paths:
M declaration.dd
M grammar.dd
Log Message:
-----------
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.
Commit: 344436839db5acee6b4edcb602a5336aa2cc722a
https://github.com/D-Programming-Language/dlang.org/commit/344436839db5acee6b4edcb602a5336aa2cc722a
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-01-18 (Sun, 18 Jan 2015)
Changed paths:
M declaration.dd
M grammar.dd
Log Message:
-----------
Merge pull request #781 from 9rnsr/fix13941
Issue 13941 - NewExpression grammar is insufficient
Compare: https://github.com/D-Programming-Language/dlang.org/compare/572f53dbe0ec...344436839db5
More information about the dlang.org
mailing list