enso/.vscode
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
..
extensions.json cleanup GUI entrypoints and mocking (#9403) 2024-03-14 17:05:26 +00:00
gui2.code-snippets Gui2: integrate rust Enso parser (#7753) 2023-09-07 12:54:01 +00:00
launch.json Add workaround for huge idmap diffs (#9207) 2024-02-29 14:42:59 +00:00
settings.json Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00