Skip to content

Commit

Permalink
Update MiMa filters
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Odersky <odersky@gmail.com>
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
  • Loading branch information
odersky and bishabosha committed Jun 10, 2021
1 parent a590d84 commit fe50890
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@ object MiMaFilters {
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.typeMember"),
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.typeMembers"),
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TermParamClauseMethods.isErased"),

// Experimental API for saferExceptions
exclude[MissingClassProblem]("scala.CanThrow"),
exclude[MissingClassProblem]("scala.CanThrow$package"),
exclude[MissingClassProblem]("scala.CanThrow$package$"),
exclude[MissingClassProblem]("scala.unsafeExceptions"),
exclude[MissingClassProblem]("scala.unsafeExceptions$"),
exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.saferExceptions"),
exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$saferExceptions$"),
)
}

0 comments on commit fe50890

Please sign in to comment.