[squeak-dev] autoAccessors broken in 4.1 rc5

Hannes Hirzel hannes.hirzel at gmail.com
Sun Apr 18 22:14:44 UTC 2010


I think it's safe to remove this part from Object >>
> #doesNotUnderstand:
>
> (Preferences autoAccessors
>  	 and: [self tryToDefineVariableAccess: aMessage]) ifTrue:
>  		[^aMessage sentTo: self].
>
>
> Levente

I agree, for the meantime there will be no automatic generation of accessors.

I you search for 'auto' in the Preferences Browser you do not find an
entry for enabling the generation of them.

Hannes



More information about the Squeak-dev mailing list