mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
b656b336c7
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
91 B
91 B
1 | X | Y | Z |
---|---|---|---|
2 | a | 1 | 23 |
3 | b | 1152921504606846976 | 1.0 |
4 | c | 1152921504606846977 | 1152921504606846977 |
5 | d | 1.0 | 'a' |