github typelevel/sbt-tpolecat v0.4.1
0.4.1

latest releases: v0.5.2, v0.5.1, v0.5.0...
2 years ago

Added

  • #84 - An advancedOption overload with support for multiple argument options was added.
  • #88 - A Scalafix migration rule to migrate package names for the upcoming 0.5.0 release was added.

Changed

  • #85 - -Xcheckinit was removed from the default option set. After discussion on issues #10 and #83 it has become apparent that although -Xcheckinit offers a lot of value for some users, it creates some very tricky problems for users that are writing async code. The initialization checking code this option produces introduces @volatile variables that can disguise memory visibility issues.
  • #88 - The project was restructured into a multi-module sbt build.

Don't miss a new sbt-tpolecat release

NewReleases is sending notifications on new releases.