I have activated the plugin in the build for Pharo9, it will be available in the next release. It will be interesting to have a Float64 extension to it. On Wed, Jan 12, 2022, 18:06 Marcus Denker <marcus.denker@inria.fr> wrote:
On 12 Jan 2022, at 17:38, Henrik Sperre Johansen < henrik.s.johansen@veloxit.no> wrote:
True! Itâs a little bit of a naming conundrum, since the «Float» in Pharo is already 64-bit, but since weâre speaking «native» arrays, DoubleArray would be the best, I guess.
Speaking of, the related new (⦠to me, anyways) DoubleByte/DoubleWordArray classes have incorrect definitions in Pharo 9 AFAICT- variableByte/WordSubclasses, instead of variableDoubleByte/variableDoubleWordSubclassesâ¦
We finally fixed this in Pharo10 2 days ago: https://github.com/pharo-project/pharo/pull/9792
Marcus