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

commits at source.squeak.org commits at source.squeak.org
Thu Jun 4 18:06:52 UTC 2020


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

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

Name: FFI-Kernel-mt.94
Author: mt
Time: 4 June 2020, 8:06:52.031031 pm
UUID: 8a7cb739-16a9-2f45-a875-5b5040d7453e
Ancestors: FFI-Kernel-mt.93

Update postscript to consider the #isSkipped mechanism when recompiling all structures.

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

Item was changed:
  (PackageInfo named: 'FFI-Kernel') postscript: 'Smalltalk removeFromStartUpList: ExternalAddress.
  Smalltalk removeFromStartUpList: ExternalObject.
  
  "Since #pointerSize in ExternalType is never nil anymore, make the code generated for fields more specific, i.e., #shortPointerAt:(put:) or #longPointerAt:(put:)."
+ ExternalType platformChangedFrom: nil to: nil.
+ ExternalStructure platformChangedFrom: nil to: nil.'!
- ExternalStructure withAllSubclassesDo: [:cls | cls defineFields].
- '!



More information about the Squeak-dev mailing list