mirror of
https://github.com/enso-org/enso.git
synced 2024-12-02 02:14:12 +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
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
X,Y,Z
|
|
a,1,23
|
|
b,1152921504606846976,1.0
|
|
c,1152921504606846977,1152921504606846977
|
|
d,1.0,'a'
|