Closed mikelolasagasti closed 7 months ago
Could you paste the result of the following command?
gojq -n -c '[range(0; 100; 10) | exp10 * 1000000000 | floor / 1000000000]'
$ /builddir/build/BUILDROOT/gojq-0.12.15-1.fc41.s390x/usr/bin/gojq -n -c '[range(0; 100; 10) | exp10 * 1000000000 | floor / 1000000000]'
[1,10000000000,99999999999999980000,1.0000000000000002e+30,1e+40,1e+50,1e+60,9.999999999999999e+69,1e+80,1e+90]
Thank you, I fixed the tests.
Tests fail for 0.12.15 in Fedora for s390x arch. Tested for rawhide, F41 & F40. Builds for 0.12.14 are fine.