You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it tells which filer list is related to this test.
Example failure:
```
[error] scala3-library-bootstrapped: Failed binary compatibility check against org.scala-lang:scala3-library_3:3.3.0! Found 1 potential problems (filtered 35)
[error] * abstract method ValOrDefDefMethods()scala.quoted.Quotes#reflectModule#ValOrDefDefMethods in interface scala.quoted.Quotes#reflectModule does not have a correspondent in other version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule.ValOrDefDefMethods")
[error]
[error] Filers in MiMaFilters.Scala3Library are used in this check
[error]
[error] stack trace is suppressed; run last scala3-library-bootstrapped / mimaReportBinaryIssues for the full output
[error] (scala3-library-bootstrapped / mimaReportBinaryIssues) Failed binary compatibility check against org.scala-lang:scala3-library_3:3.3.0! Found 1 potential problems (filtered 35)
```
More documentation is available in `MiMaFilters.Scala3Library`.
Refactored filter lists to strengthen TastyCore and Interfaces to use
separate backward and forwards lists. Also extracted the
Scala2LibraryBootstrappedMiMaFileters to reduce noise in the MiMaFilter
files.
0 commit comments