The Trunk: EToys-tfel.252.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-tfel.252.mcz

commits-2
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 |
  (#(who x y heading color visible predicate) includes: k) ifFalse: [
  self compileVectorInstVarAccessorsFor: k.
  ].
  ].
  !


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-tfel.252.mcz

Levente Uzonyi
On Mon, 26 Sep 2016, [hidden email] 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.
>   ].
>   ].
>  !
>
>
>