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

commits at source.squeak.org commits at source.squeak.org
Thu Jun 30 09:20:11 UTC 2022


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

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

Name: FFI-Kernel-mt.225
Author: mt
Time: 30 June 2022, 11:20:11.171873 am
UUID: dc83af65-c90c-0245-810d-d85e577e6c7f
Ancestors: FFI-Kernel-mt.224

Revert last commit. I mixed up "check FFI" with "check LibC". Sorry for the noise.

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

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: [true]!
- 	^ CheckFFIOnStartUp ifNil: [false]!



More information about the Squeak-dev mailing list