summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorStefan Zeiger <szeiger@novocode.com>2016-11-21 13:55:13 +0100
committerStefan Zeiger <szeiger@novocode.com>2016-11-21 13:55:13 +0100
commit3107532f459d4a66ecd302f0b39b14bd7cf2d248 (patch)
tree6f1b2a368c4411d339e62dbb5df138a0eca81f01 /bincompat-backward.whitelist.conf
parent40f8df19ced57637a795c705080e528d82303248 (diff)
downloadscala-3107532f459d4a66ecd302f0b39b14bd7cf2d248.tar.gz
scala-3107532f459d4a66ecd302f0b39b14bd7cf2d248.tar.bz2
scala-3107532f459d4a66ecd302f0b39b14bd7cf2d248.zip
Whitelist the remaining changes since 2.12.0 that break all builds
The changes were made in https://github.com/scala/scala/pull/5481, subsequently breaking binary compatibility checks after https://github.com/scala/scala/pull/5532 was merged, too. The affected methods are part of an internal implementation class. Whitelisting should be safe.
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index bb94f4be6c..af80bedf5b 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -12,7 +12,10 @@ filter {
{
matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
problemName=IncompatibleMethTypeProblem
+ },
+ {
+ matchName="scala.sys.process.ProcessImpl#CompoundProcess.getExitValue"
+ problemName=DirectMissingMethodProblem
}
-
]
}