grain-lang / grain

The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾
https://grain-lang.org/
GNU Lesser General Public License v3.0
3.28k stars 115 forks source link

fix(runtime): Correct `Bi.toFloat64` rounding #2160

Closed spotandjake closed 2 months ago

spotandjake commented 2 months ago

We were handling the conversion on Bigints to Float64s wrong in the runtime. This pr corrects that behaviour and fixes the issue.

I still need to add a regression test.

Closes: #2159