[Pkg] The Trunk: EToys-tfel.252.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 26 08:07:54 UTC 2016


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.
  		].
  	].
  !



More information about the Packages mailing list