enso/distribution
Jaroslav Tulach 0d495ffd97
Make conversion of double to BigDecimal exact (#9740)
Resolves #9607 by computing `Number.hash` by converting given number to `Float` first and then computing the hash. Also the conversion from `Float.to Decimal` is exact - done via `new BigDecimal(double)`. There is `Decimal.new` that handles the user-friendly conversion. However as a result `Decimal.from 2.1 != Decimal.new 2.1` - that's the only way to ensure consistency between hash code and conversions.
2024-04-25 11:22:50 +00:00
..
bin Open Java modules for Snowflake setup (#9664) 2024-04-16 21:01:32 +00:00
engine/THIRD-PARTY In-memory suggestions (#9751) 2024-04-22 11:02:17 +00:00
launcher Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
lib/Standard Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00
project-manager/THIRD-PARTY Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
enso.bundle.template Better component handling in the project manager (#1399) 2021-01-15 15:26:51 +00:00
launcher-manifest.yaml Bump the development version number (#1389) 2021-01-06 08:57:02 +00:00
manifest.template.yaml Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00