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

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


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

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

Name: ConfigurationOfFFI-mt.47
Author: mt
Time: 27 May 2021, 10:02:20.229247 am
UUID: abc7fa73-456b-5346-b8c7-036c4bfeb478
Ancestors: ConfigurationOfFFI-mt.46

I forgot the 'LIbraries' group.

=============== Diff against ConfigurationOfFFI-mt.46 ===============

Item was changed:
  ----- Method: ConfigurationOfFFI>>baseline20: (in category 'baselines') -----
  baseline20: spec
  	<version: '2.0-baseline'>
      
  	spec for: #common do: [
  		spec blessing: #baseline.
  		spec repository: 'http://source.squeakfoundation.org/FFI'.
    
  		spec
  			package: 'FFI-Pools';
  			package: 'FFI-Kernel' with: [ spec requires: 'FFI-Pools' ];
  			package: 'FFI-Libraries' with: [ spec requires: 'FFI-Kernel' ];
  			package: 'FFI-Callbacks' with: [ spec requires: 'FFI-Libraries' ]; "Not compatible with Alien."
  			
  			package: 'FFI-Tools' with: [ spec requires: 'FFI-Kernel' ];
  			
  			package: 'FFI-Tests' with: [ spec requires: #('FFI-Kernel' 'FFI-Libraries') ];
  			package: 'FFI-PoolsTests' with: [ spec requires: #('FFI-Tests' 'FFI-Pools') ];
  			package: 'FFI-CallbacksTests' with: [ spec requires: #('FFI-Tests' 'FFI-Callbacks') ].
  		
  		spec
  			group: 'default' with: #('Core' 'Tools' 'Tests');
  
  			group: 'dev' with:  #('Core' 'Libraries' 'Callbacks' 'Tools' 'Tests'); "Not compatible with Alien."
  			group: 'Callbacks' with: #('FFI-Callbacks' 'FFI-CallbacksTests'); "Not compatible with Alien."
  
  			group: 'Core' with: #('FFI-Kernel');
+ 			group: 'Libraries' with: #('FFI-Libraries');
  			group: 'Tools' with: #('FFI-Tools');
  			
  			group: 'Tests' with: #('FFI-Tests' 'FFI-PoolsTests') ].!



More information about the Squeak-dev mailing list