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

commits at source.squeak.org commits at source.squeak.org
Fri May 21 09:22:51 UTC 2021


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

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

Name: FFI-Kernel-mt.164
Author: mt
Time: 21 May 2021, 11:22:51.005285 am
UUID: ce4d8f9a-e8bb-564e-9714-b5d5426178b6
Ancestors: FFI-Kernel-mt.163

I forgot the addition of #from: to the other FFI-arrays (#isFFIArray).

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

Item was added:
+ ----- Method: ByteString>>from: (in category '*FFI-Kernel') -----
+ from: firstIndex
+ 	"See ExternalData"
+ 	
+ 	^ self copyFrom: firstIndex to: self size!

Item was added:
+ ----- Method: RawBitsArray>>from: (in category '*FFI-Kernel') -----
+ from: firstIndex
+ 	"See ExternalData"
+ 	
+ 	^ self copyFrom: firstIndex to: self size!



More information about the Squeak-dev mailing list