Skip to content

v1.7.0

Compare
Choose a tag to compare
@ghik ghik released this 28 Apr 07:40
· 62 commits to master since this release

This release brings partial support for @nowarn annotation introduced in Scala 2.13.2. silencer allows it to be used in Scala 2.11 and 2.12. The annotation itself is provided by scala-collection-compat.

Support for @nowarn is partial because silencer doesn't understand filters which may be specified in an argument to @nowarn. The only filter understood by silencer is msg=<pattern>. All other filters are interpreted as suppressing all warnings.