Bug 10206 – User-defined attributes not documented well in language specification

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-05-29T11:31:00Z
Last change time
2014-01-05T01:12:28Z
Keywords
pull, spec
Assigned to
nobody
Creator
briancschott
Blocks
10233

Comments

Comment #0 by briancschott — 2013-05-29T11:31:07Z
User-defined attributes are defined as storage classes on this page: (http://dlang.org/attribute.html#uda), but they are not listed as storage classes in the storage class grammar here (http://dlang.org/declaration.html#StorageClass). Additionally, the user defined attribute grammar references a rule called CallExpression, which does not exist. UserDefinedAttribute: @(ArgumentList) <- This is not a hyperlink to (http://dlang.org/expression.html#ArgumentList) as it should be. @CallExpression <- CallExpression does not exist.
Comment #1 by github-bugzilla — 2013-12-11T00:30:36Z
Commit pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/79606ca2ffdc4d70ff28da3b1f689fbde0c01907 fix Issue 10206 - User-defined attributes not documented well in language specification
Comment #2 by github-bugzilla — 2013-12-19T05:47:34Z
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/79606ca2ffdc4d70ff28da3b1f689fbde0c01907 fix Issue 10206 - User-defined attributes not documented well in language specification
Comment #3 by k.hara.pg — 2013-12-27T20:10:58Z
Comment #4 by github-bugzilla — 2013-12-28T10:03:07Z
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/0582576ad5312d2c817aa985b0a54041e17b8406 fix Issue 10206 - User-defined attributes not documented well in language specification Move grammar `Property` to attribute.dd https://github.com/D-Programming-Language/dlang.org/commit/daa55184152c47f417aed49af1dc5a78292ccaf4 Merge pull request #460 from 9rnsr/grammar Issue 10206 - User-defined attributes not documented well in language specification