enso/distribution/lib/Standard
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/0.0.0-dev Respect database backend naming limitations when generating table/column names and validate user-provided names to avoid silent name clashes; process JDBC warnings reported from backends (#7428) 2023-08-03 09:44:27 +00:00
Base/0.0.0-dev Expose Unicode normalization methods on Texts (#7425) 2023-08-03 18:07:00 +00:00
Database/0.0.0-dev 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
Examples/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Image/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Searcher/0.0.0-dev Add drop down for replace, remove Column_Selector (#7295) 2023-07-14 17:30:52 +00:00
Table/0.0.0-dev 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
Test/0.0.0-dev 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
Visualization/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00