Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wrappers#IteratorWrapper MiMa filter #9508

Closed
wants to merge 1 commit into from

Conversation

regadas
Copy link
Contributor

@regadas regadas commented Feb 17, 2021

Follow up to issue # scala/bug#12344 and PR #9507

@scala-jenkins scala-jenkins added this to the 2.12.14 milestone Feb 17, 2021
@dwijnand
Copy link
Member

What requires this? If I run mima on the current HEAD of 2.12.x it doesn't seem to be required:

> library/mimaReportBinaryIssues
[success] Total time: 3 s, completed 18-Feb-2021 08:02:31
> show library/mima
mimaBackwardIssueFilters   mimaBinaryIssueFilters     mimaCheckDirection         mimaCurrentClassfiles      mimaDependencyResolution   mimaFailOnNoPrevious       mimaFiltersDirectory
mimaFindBinaryIssues       mimaForwardIssueFilters    mimaPreviousArtifacts      mimaPreviousClassfiles     mimaReportBinaryIssues
> show library/mimaBinaryIssueFilters
[info] * ExcludeByName[Problem]("scala.reflect.internal.*")
[info] * ExcludeByName[MissingClassProblem]("scala.collection.immutable.TreeSet$unitsIterator$")
[info] * ExcludeByName[Problem]("scala.collection.immutable.NewRedBlackTree*")
[success] Total time: 0 s, completed 18-Feb-2021 08:02:44

@dwijnand dwijnand closed this Feb 26, 2021
@SethTisue SethTisue removed this from the 2.12.14 milestone Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants