[squeak-dev] FFI: FFI-Pools-mt.19.mcz

Eliot Miranda eliot.miranda at gmail.com
Tue Jun 2 18:35:53 UTC 2020


Marcel,


> On Jun 2, 2020, at 11:17 AM, commits at source.squeak.org wrote:
> 
> Marcel Taeumel uploaded a new version of FFI-Pools to project FFI:
> http://source.squeak.org/FFI/FFI-Pools-mt.19.mcz
> 
> ==================== Summary ====================
> 
> Name: FFI-Pools-mt.19
> Author: mt
> Time: 2 June 2020, 8:17:16.425853 pm
> UUID: b602902a-6f8f-9549-adc7-d0cd5313cbf7
> Ancestors: FFI-Pools-mt.18
> 
> Hmpf. Having "FFI-Kernel" and "FFI-Pools" in two separate packages is really annoying. ;-)

So combine them.  The pool functionality is essential core support for accessing external defines in a cross-platform way.  I for one have no objection to you combining these for ease of development.

> 
> =============== Diff against FFI-Pools-mt.18 ===============
> 
> Item was changed:
>  ----- Method: ExternalPoolReadWriter class>>initialize (in category 'class initialization') -----
>  initialize
>      
> +    "self initializeAtomicTypesExtra."!
> -    self initializeAtomicTypesExtra.!
> 
> 


More information about the Squeak-dev mailing list