etoile / CoreObject

Distributed version control + object persistence framework

Home Page:http://coreobject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support subscripting to read/write COItem attributes

qmathe opened this issue · comments

Subscripting would be mapped to -valueForAttribute:, -setValue:forAttribute: and -removeValueForAttribute: (when assigning nil).

Closing this issue, since we decided against it in PR Item subscripting #72