Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 0.9.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
With [Property(Name, Observable: true)] applied to a field in strict mode, Boo gives no access to the add_NameChanged event.
Also, it's worth mentioning that I can't find a way to modify the setter access separate from the getter. It'd be nice if automatic properties used a more C#-style syntax, like
public MyProperty as string:
get
protected set
or whatnot. Then Observable, instead of being a modifier of Property, could be an attribute that applies some code after the setter finishes. Be a whole lot more natural.