[squeak-dev] FFI: FFI-Kernel-mt.216.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 19 09:20:12 UTC 2021


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

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

Name: FFI-Kernel-mt.216
Author: mt
Time: 19 August 2021, 11:20:10.194627 am
UUID: b88ec868-fec0-8249-a555-64edf5533ffa
Ancestors: FFI-Kernel-mt.215

Fixes minor slip in previous commit. Sorry for the noise.

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

Item was added:
+ ----- Method: ExternalPointerType>>generateTypeAccessor (in category 'external structure') -----
+ generateTypeAccessor
+ 	"Overwritten to only generate accessor for alias-to-pointer types. The check for a non-nil referentClass is not enough when somebody is enumerating #allTypes."
+ 
+ 	self isTypeAlias ifTrue: [super generateTypeAccessor].!



More information about the Squeak-dev mailing list