You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Preserve error order when deduplicating errors
Previously when deduplicating errors, the errors were first sorted and
then deduplicated. This lost the ordering of errors which can be useful
for understanding why a value is not compatible with a declaration.
Signed-off-by: Graham Dennis <[email protected]>
0 commit comments