enso/test
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
..
AWS_Tests Implement recursive argument for File.delete (#9719) 2024-04-17 16:53:45 +00:00
Base_Tests Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00
Benchmarks Do not disable BackgroundCompilation in benchmarks (#9646) 2024-04-08 16:49:57 +02:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Geo_Tests Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Image_Tests Move Standard.Database.Data to Standard.Database. (#9321) 2024-03-07 14:43:38 +00:00
micro-distribution Export works without import (#9683) 2024-04-12 14:23:34 +02:00
Table_Tests Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00
Visualization_Tests Access non-self arguments when widget annotations are computed (#9410) 2024-04-24 03:58:32 +02:00