[Setools] Re: Confirm an issue please.

Igor Stasenko siguctua at gmail.com
Thu Aug 30 21:38:13 UTC 2007


i found a way around of issue with following code:

valueFromTarget: aTarget ifAbsent: aBlock
selector  yourself.
	^ (aTarget respondsTo: selector) ifTrue: [ aTarget perform: selector
] ifFalse: [ aBlock value ]


I think setting proper readStrategy for Q2FieldAccessor to reify all
ivars before using them will fix this.


More information about the Setools mailing list