Skip to content

Scalafix 0.3.1

Compare
Choose a tag to compare
@olafurpg olafurpg released this 11 Sep 17:17
· 3712 commits to main since this release
  • Fixed a bug in organize imports when there was no import in the original source file.
  • Patch.apply and OrganizeImports no longer accept a redundant tree: Tree argument, the ctx already contains the tree.
  • Xor2Either is disabled by default now, it was enabled by default causing the scalafix command to slow down significantly. Rules using scala.meta.Mirror should not experience a slowdown.
  • Added new Rename(from: Name, to: Name) tree patch that's accesible via the scalafix-library.