[SR-10291] Some of the error messages might require trimming #52691
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
diagnostics QoI
Bug: Diagnostics Quality of Implementation
good first issue
Good for newcomers
Additional Detail from JIRA
md5: 59ddf07a63039e0c74cd437ae791689d
Issue Description:
Consider following example:
This results in:
So the more elements to the tuple we add, the bigger the message is going to get.
I think it makes sense to trim contents of the tuple which has same types to something like `(Int8, ..., Int8)` to make sure that it doesn't grow too long.
The text was updated successfully, but these errors were encountered: