Le 12/5/15 20:31, Torsten Bergmann a écrit :
Three questions that might end up in issues:
1. Is there a reason why Association(class)>>#key:value: looks like
key: newKey value: newValue
...
^(super key: newKey) value: newValue
instead of
key: newKey value: newValue
...
^(self key: newKey) value: newValue
in case #key: will be redefined in Association class
2. What is the reason for LookupKey>>#canAssign. Method stamp says ajh from 2002.
This message is not sent and I guess we can remove/deprecate it.
Could you open a bug entry for point 2 and 3 so that we do not forget to
clean.
These methods are left over an experience to have read-only bindings.
3. Similar question for LookupKey>>#isSpecialReadBinding from ar in 2003
This message is not sent and I guess we can remove/deprecate it.
Comments welcomed!
Thanks
T.