[Issue 12810] PrimaryExpression grammar does not allow type constructors

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12810

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/895df83dfe3ae2120982007109e51cfc61c0d188
fix Issue 12810 - PrimaryExpression grammar does not allow type constructors

https://github.com/D-Programming-Language/dlang.org/commit/2998ebd1d055da70d19d10d23f8e05b168cfd6dd
Merge pull request #634 from 9rnsr/fix_grammar

--


[Issue 12810] PrimaryExpression grammar does not allow type constructors

2014-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12810

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

https://github.com/D-Programming-Language/dlang.org/commit/895df83dfe3ae2120982007109e51cfc61c0d188
fix Issue 12810 - PrimaryExpression grammar does not allow type constructors

List grammars for `immutable(int).init` and `immutable(int)(1)`.

https://github.com/D-Programming-Language/dlang.org/commit/2998ebd1d055da70d19d10d23f8e05b168cfd6dd
Merge pull request #634 from 9rnsr/fix_grammar

Fix grammar issues 12810, 13310, 13329

--


[Issue 12810] PrimaryExpression grammar does not allow type constructors

2014-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12810

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 12810] PrimaryExpression grammar does not allow type constructors

2014-08-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12810

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

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

--


[Issue 12810] PrimaryExpression grammar does not allow type constructors

2014-05-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12810

briancsch...@gmail.com changed:

   What|Removed |Added

   Keywords||spec
 Blocks||10233

--