FFI: FFI-Kernel-mt.164.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FFI: FFI-Kernel-mt.164.mcz

commits-2
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!