Skip to content

Scalafix v0.6.0-M12

Pre-release
Pre-release
Compare
Choose a tag to compare
@olafurpg olafurpg released this 18 Jul 12:54
018a55c

NOTE. This milestone release is unstable, it is recommended to stay on v0.5.10 until all of the tickets in scalameta/scalameta/milestone/26 have been fixed.

Rule authors

The Scalameta dependency has been updated to v4.0.0-M6, see release notes.

There is a best-effort automatic rewrite to upgrade scalafix.g8 generated builds from v0.5. Full instructions are available here.

If you use SymbolMatcher.exact, make sure to update hardcoded symbols to use the new format

  • package symbols now use slash / instead of dot .
    • Before: scala.collection.immutable.List#
    • Now: scala/collection/immutable/List#
  • val symbols now use dot . without ()
    • Before: scala.package.Either().
    • Now: scala/package.Either.

Users

Please wait until v0.6 stable is out and the website has been updated to document the latest improvements.