jatcwang / difflicious

Scala library for readable diffs of values
Apache License 2.0
74 stars 4 forks source link

Abbreviated diffs for large data structures #19

Open jatcwang opened 2 years ago

jatcwang commented 2 years ago

Example: a List[SomeCaseClass] with a lot of elements. If there are only a few elements that are different then we should cut out parts where there are no difference.