[squeak-dev] The Trunk: Installer-Core-mt.442.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 7 11:29:27 UTC 2021


Marcel Taeumel uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-mt.442.mcz

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

Name: Installer-Core-mt.442
Author: mt
Time: 7 December 2021, 12:29:27.562083 pm
UUID: 97b7e54d-01c5-414c-b4cf-72414cac0ebe
Ancestors: Installer-Core-pre.441

Update the Installer script to install (bleeding edge) FFI. Trunk only. Adds commentary.

=============== Diff against Installer-Core-pre.441 ===============

Item was changed:
  ----- Method: Installer>>ffi (in category 'package-definitions') -----
  ffi
+ 	"Foreign Function Interface. Please use Metacello to install the FFI for the current system version. The Installer can only install bleeding edge, which typically only works on Trunk. See also PreferenceWizardMorph >> #installFFI"
+ 	
- 	"Foreign Function Interface."
  	^ { #squeak -> 'FFI'.
  	'FFI-Pools'.
+ 	'FFI-Kernel'.
+ 	'FFI-Libraries'.
+ 	'FFI-Callbacks'.
+ 	'FFI-Tools'}!
- 	'FFI-Kernel' }!

Item was changed:
  ----- Method: Installer>>ffiTests (in category 'package-definitions') -----
  ffiTests
  	"Tests for Foreign Function Interface."
  	^ { self ffi.
  	#squeak -> 'FFI'.
+ 	'FFI-Tests'.
+ 	'FFI-PoolsTests'.
+ 	'FFI-CallbacksTests' }!
- 	'FFI-Tests' }!



More information about the Squeak-dev mailing list