[squeak-dev] FFI: ConfigurationOfFFI-mt.45.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 11 08:06:04 UTC 2021


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

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

Name: ConfigurationOfFFI-mt.45
Author: mt
Time: 26 May 2021, 6:59:36.612386 pm
UUID: ee23132d-ba86-b146-91d7-2443033c540d
Ancestors: ConfigurationOfFFI-mt.44

Adds fixes for recent regressions. Sorry for the noise.

=============== Diff against ConfigurationOfFFI-mt.44 ===============

Item was changed:
  ----- Method: ConfigurationOfFFI>>version20: (in category 'versions') -----
  version20: spec
  	<version: '2.0' imports: #('2.0-baseline')>
  	
  	spec for: #common do: [
  		spec
  			blessing: #release;
+ 			package: 'FFI-Pools' with: 'FFI-Pools-mt.29';
+ 			package: 'FFI-Kernel' with: 'FFI-Kernel-mt.173';
- 			package: 'FFI-Pools' with: 'FFI-Pools-mt.27';
- 			package: 'FFI-Kernel' with: 'FFI-Kernel-mt.171';
  			package: 'FFI-Tools' with: 'FFI-Tools-mt.37';
+ 			package: 'FFI-Callbacks' with: 'FFI-Callbacks-mt.20'; "Not compatible with Alien."
- 			package: 'FFI-Callbacks' with: 'FFI-Callbacks-mt.19'; "Not compatible with Alien."
  			
  			package: 'FFI-Tests' with: 'FFI-Tests-mt.50';
+ 			package: 'FFI-PoolsTests' with: 'FFI-PoolsTests-mt.11';
- 			package: 'FFI-PoolsTests' with: 'FFI-PoolsTests-mt.10';
  			package: 'FFI-CallbacksTests' with: 'FFI-CallbacksTests-mt.1';
  			
  			package: 'FFI-MacOS' with: 'FFI-MacOS-mt.6';
  			package: 'FFI-Win32' with: 'FFI-Win32-nice.20';
  			package: 'FFI-Unix' with: 'FFI-Unix-mt.5'].!



More information about the Squeak-dev mailing list