FFI: FFI-Kernel-mt.154.mcz

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

FFI: FFI-Kernel-mt.154.mcz

commits-2
Marcel Taeumel uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel-mt.154.mcz

==================== Summary ====================

Name: FFI-Kernel-mt.154
Author: mt
Time: 16 May 2021, 2:36:37.104023 pm
UUID: 715aa829-6097-0747-ac0b-5bab5ef55344
Ancestors: FFI-Kernel-mt.153

Fixes minor slip. :-)

=============== Diff against FFI-Kernel-mt.153 ===============

Item was changed:
  ----- Method: ExternalType class>>resetAllAtomicTypes (in category 'housekeeping') -----
  resetAllAtomicTypes
  "Warning: This call is only required if you change the initialization for AtomicTypes."
 
  AtomicTypes := nil.
  StructTypes := nil.
  ArrayTypes := nil.
  ArrayClasses := nil.
 
  self initializeDefaultTypes.
+ self initializeArrayClasses.
  self resetAllStructureTypes.!