softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Better highlighting #36

Closed kciesielski closed 7 years ago

kciesielski commented 7 years ago

This PR enhances colored diff (#34). Now it shrinks the common prefix/suffix, so a diff like: --Lo--ng[String] --Stri--ng[String]

should become --Long--[String] --String--[String]

Other minor changes in this PR:

adamw commented 7 years ago

0.4.1 released. Thanks! :)