[Issue 10206] New: User-defined attributes not documented well in language specification

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 29 11:31:08 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10206

           Summary: User-defined attributes not documented well in
                    language specification
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: brian-schott at cox.net


--- Comment #0 from brian-schott at cox.net 2013-05-29 11:31:07 PDT ---
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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list