[squeak-dev] The Trunk: EToys-tfel.252.mcz

Levente Uzonyi leves at caesar.elte.hu
Tue Sep 27 23:31:18 UTC 2016


On Mon, 26 Sep 2016, commits at source.squeak.org wrote:

> Tim Felgentreff uploaded a new version of EToys to project The Trunk:
> http://source.squeak.org/trunk/EToys-tfel.252.mcz
>
> ==================== Summary ====================
>
> Name: EToys-tfel.252
> Author: tfel
> Time: 26 September 2016, 10:06:37.467552 am
> UUID: ec8e5c79-9271-ee4b-b729-a0138c2b4b9d
> Ancestors: EToys-tfel.251
>
> fix a potential bug when the info dictionary for kedama turtle vector players was restored from siss
>
> =============== Diff against EToys-tfel.251 ===============
>
> Item was changed:
>  ----- Method: KedamaTurtleVectorPlayer2>>compileAllAccessors (in category 'player protocol') -----
>  compileAllAccessors
>
> + 	info rehash.
>  	info keys asArray do: [:k |

How about using #keysDo: here?

Levente

>  		(#(who x y heading color visible predicate) includes: k) ifFalse: [
>  			self compileVectorInstVarAccessorsFor: k.
>  		].
>  	].
>  !
>
>
>


More information about the Squeak-dev mailing list