[Pkg] FFI: FFI-Kernel-mt.224.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 30 09:14:10 UTC 2022


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

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

Name: FFI-Kernel-mt.224
Author: mt
Time: 30 June 2022, 11:13:36.735873 am
UUID: 33a8f3b5-714f-2540-931f-9d094e6a8ade
Ancestors: FFI-Kernel-mt.223

Do not check FFI on start-up via libc because library detection is currently unreliable on macOS.

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

Item was changed:
  ----- Method: FFIPlatformDescription class>>checkFFIOnStartUp (in category 'preferences') -----
  checkFFIOnStartUp
  	<preference: 'Check FFI on start-up'
  		categoryList: #('FFI Kernel')
  		description: 'When enabled, performs a simple check of the FFI plugin when Squeak is resuming.'
  		type: #Boolean>
+ 	^ CheckFFIOnStartUp ifNil: [false]!
- 	^ CheckFFIOnStartUp ifNil: [true]!



More information about the Packages mailing list