8000 Merge pull request #5549 from szeiger/wip/whitelist-mima · scala/scala@8cdd46f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cdd46f

Browse files
authored
Merge pull request #5549 from szeiger/wip/whitelist-mima
Whitelist the remaining changes since 2.12.0 that break all builds
2 parents 40f8df1 + 3107532 commit 8cdd46f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

bincompat-backward.whitelist.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ filter {
1212
{
1313
matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
1414
problemName=IncompatibleMethTypeProblem
15+
},
16+
{
17+
matchName="scala.sys.process.ProcessImpl#CompoundProcess.getExitValue"
18+
problemName=DirectMissingMethodProblem
1519
}
16-
1720
]
1821
}

bincompat-forward.whitelist.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ filter {
1212
{
1313
matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
1414
problemName=IncompatibleMethTypeProblem
15+
},
16+
{
17+
matchName="scala.sys.process.ProcessImpl#CompoundProcess.futureValue"
18+
problemName=DirectMissingMethodProblem
19+
},
20+
{
21+
matchName="scala.sys.process.ProcessImpl#CompoundProcess.futureThread"
22+
problemName=DirectMissingMethodProblem
1523
}
1624
]
1725
}

0 commit comments

Comments
 (0)
0