Ticket #351 (closed defect: fixed)
Compiler should not warn user about names of Attributes declared in referenced library
Reported by: | nerdzero | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.6 |
Keywords: | warning, attribute | Cc: |
Description
Recently I had to make use of an attribute defined in an assembly whose name did not end in "Attribute". I received the following warning from the Cobra compiler:
(empty)(1): warning: When attributes are declared, they should be suffixed with "Attribute".
A patch is included to suppress this warning when the Attribute declaration is coming from a referenced library.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.