enso/distribution/lib/Standard/Table/0.0.0-dev
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
..
src 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
THIRD-PARTY Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
package.yaml Groups in DocTags (#7337) 2023-07-24 15:54:16 +02:00