FFI: FFI-Kernel-mt.102.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.102.mcz

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

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

Name: FFI-Kernel-mt.102
Author: mt
Time: 10 June 2020, 6:16:11.229765 pm
UUID: 66dfe493-cd3f-d94f-98d8-6aed8a471f05
Ancestors: FFI-Kernel-mt.101

Fixes postload script.

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

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: FFIPlatformDescription empty to: FFIPlatformDescription current.
+ ExternalStructure platformChangedFrom: FFIPlatformDescription empty to: FFIPlatformDescription current.'!
- ExternalType platformChangedFrom: nil to: nil.
- ExternalStructure platformChangedFrom: nil to: nil.'!