← Back to index
|
Original Bugzilla link
Bug 13329 – AutoDeclarationX grammar lists '=' token and template parameters in the wrong order
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-08-18T20:29:00Z
Last change time
2015-02-18T03:40:06Z
Keywords
pull, spec
Assigned to
nobody
Creator
briancschott
Blocks
10233
Comments
Comment #0
by briancschott — 2014-08-18T20:29:31Z
AutoDeclarationX: Identifier = TemplateParametersopt Initializer AutoDeclarationX , Identifier TemplateParametersopt = Initializer This should be AutoDeclarationX: Identifier TemplateParametersopt = Initializer AutoDeclarationX , Identifier TemplateParametersopt = Initializer
Comment #1
by k.hara.pg — 2014-08-19T16:27:27Z
It's a trivial mistake.
https://github.com/D-Programming-Language/dlang.org/pull/634
Comment #2
by github-bugzilla — 2014-08-28T03:22:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/80c3f04378090e0ada10bab75ac77cd5ff401a2a
fix Issue 13329 - AutoDeclarationX grammar lists '=' token and template parameters in the wrong order
https://github.com/D-Programming-Language/dlang.org/commit/2998ebd1d055da70d19d10d23f8e05b168cfd6dd
Merge pull request #634 from 9rnsr/fix_grammar Fix grammar issues 12810, 13310, 13329
Comment #3
by k.hara.pg — 2014-09-19T00:34:46Z
*** Issue 13449 has been marked as a duplicate of this issue. ***
Comment #4
by github-bugzilla — 2015-02-18T03:40:06Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/80c3f04378090e0ada10bab75ac77cd5ff401a2a
fix Issue 13329 - AutoDeclarationX grammar lists '=' token and template parameters in the wrong order
https://github.com/D-Programming-Language/dlang.org/commit/2998ebd1d055da70d19d10d23f8e05b168cfd6dd
Merge pull request #634 from 9rnsr/fix_grammar