[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun May 15 23:55:09 UTC 2011


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2011-May/004706.html

Name: Kernel-dtl.587
Ancestors: Kernel-dtl.586

Remove broken autoAccessors hook from Object>>doesNotUnderstand:

Problem was reported with (partial) resolution agreed a year ago, but fix did not get applied. 

Background:

<http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-April/148889.html>
Preferences autoAccessor when turned on seems to break badly the Object #doesNotUnderstand logic.

try this is the latest image:

	Preferences enable: #autoAccessors.
	5 annoyWith: 7

(beware it will hang the image for good)

<http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-April/149022.html>
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

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-May/004707.html

Name: Nebraska-dtl.34
Ancestors: Nebraska-nice.33

Reference Mantis 7623: Subscript out of bounds as client connects to server.
Add missing #asString in StrikeFont>>encodedForRemoveCanvas

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-May/004708.html

Name: Nebraska-ul.35
Ancestors: Nebraska-dtl.34

Fixed and refactored all implementors of #encodedForRemoteCanvas.

=============================================



More information about the Squeak-dev mailing list