[squeak-dev] FFI: FFI-Kernel.terf-eem.202.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 12 20:45:53 UTC 2021


Eliot Miranda uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel.terf-eem.202.mcz

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

Name: FFI-Kernel.terf-eem.202
Author: eem
Time: 12 August 2021, 1:45:51.806758 pm
UUID: ac9a5229-0be7-4ef7-abde-cef2682ee2f0
Ancestors: FFI-Kernel-mt.201

Fork because of indefensible definition of Float32Array>>floatAt:

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

Item was removed:
- ----- Method: Float32Array>>floatAt: (in category '*FFI-Kernel-accessing') -----
- floatAt: byteOffset
- 	"Backstop for compatibility with handle-based access. Raw-bits arrays are their own handle. See #getHandle and ExternalType >> #handle:at:."
- 	
- 	^ self atByteOffset: byteOffset!

Item was removed:
- ----- Method: Float32Array>>floatAt:put: (in category '*FFI-Kernel-accessing') -----
- floatAt: byteOffset put: value
- 	"Backstop for compatibility with handle-based access. Raw-bits arrays are their own handle. See #getHandle and ExternalType >> #handle:at:put:."
- 	
- 	^ self atByteOffset: byteOffset put: value!



More information about the Squeak-dev mailing list