[squeak-dev] FFI: FFI-Pools-mt.37.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 19 09:13:26 UTC 2021


Marcel Taeumel uploaded a new version of FFI-Pools to project FFI:
http://source.squeak.org/FFI/FFI-Pools-mt.37.mcz

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

Name: FFI-Pools-mt.37
Author: mt
Time: 19 August 2021, 11:13:24.363627 am
UUID: d52ba57c-27d9-6248-a0be-1d729b140345
Ancestors: FFI-Pools-mt.36

Complements FFI-Kernel-mt.215

=============== Diff against FFI-Pools-mt.36 ===============

Item was changed:
  ----- Method: ExternalTypePool class>>update (in category 'housekeeping') -----
  update
  	"
  	self update
  	"
  	self reset.
+ 	ExternalType allTypesDo: [:type | type generateTypeAccessor].
+ 	ExternalStructure defineAllFields. "Re-generate struct-field accessors"
- 	ExternalType atomicTypesDo: [:type | type generateTypeAccessor].
- 	ExternalStructure defineAllFields. "Relies on #noteModificationOf: to call #generateTypeAccessor on non-atomic types."
  	self cleanUp.!



More information about the Squeak-dev mailing list