History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-709
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Arron Washington
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Unsightly C-like "order of importance" when defining and consuming System.Attribute derived classes.

Created: 04/Apr/06 02:04 PM   Updated: 04/Apr/06 06:04 PM
Component/s: Compiler
Affects Version/s: None
Fix Version/s: 0.7.6

Time Tracking:
Not Specified


 Description  « Hide
class testClass:
[Simple]
public thingy = "Hello, World!"
class SimpleAttribute(System.Attribute):
pass

Compiler ICEs with a null referenec.

Put SimpleAttribute above testClass and everything works.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 04/Apr/06 06:04 PM
Thanks for the report. Attribute support should be much better now.