enso/std-bits
Radosław Waśko b656b336c7
Report Loss_Of_Integer_Precision when an integer is not exactly representable as a float during conversion (#7509)
Closes #7353

I introduce a new type `WithAggregatedProblems`, because `WithProblems` was too simple - it only allowed to hold a `List<Problem>` but `AggregatedProblems` is more than that. Ideally we shouldn't multiply entities like this too much. We should probably unify all to use `WithAggregatedProblems` - but after starting this, I realised it will likely just take too much effort to do for this little PR. So instead, I created a follow-up task for this: #7514
2023-08-08 12:30:44 +00:00
..
aws/src/main/java/org/enso/aws Code Clean Up, Fix Weird Namespace, S3 List Objects and Read Object (#7114) 2023-06-24 23:18:58 +00:00
base/src/main/java/org/enso/base Fix column naming edge cases - invalid and duplicated columns, case-insensitive name aliasing for case-insensitive backends (#7495) 2023-08-04 09:04:38 +00:00
benchmarks/src/bench/java/org/enso/benchmarks/libs Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
database/src/main/java/org/enso/database Execution Context integration for Database write operations (#7072) 2023-06-27 15:51:21 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Add safepoints to standard libraries Java polyglot helpers (#7183) 2023-07-05 14:12:13 +00:00
table/src/main Report Loss_Of_Integer_Precision when an integer is not exactly representable as a float during conversion (#7509) 2023-08-08 12:30:44 +00:00