summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-11-30 14:41:03 -0800
committerSeth Tisue <seth@tisue.net>2016-12-01 12:12:48 -0800
commit6e35e2de5080ef5be67ef6840d993ebf81baa9bc (patch)
tree0907f15296446a8b6caff3a20f8cc5a3643578e7 /bincompat-backward.whitelist.conf
parent76183a21ebaba3c43010391d4b7cd719a33b0206 (diff)
downloadscala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.tar.gz
scala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.tar.bz2
scala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.zip
upgrade MiMa to 0.1.12
dogfooding the latest. upgrading all the way from 0.1.8 -- there have been a bunch of improvements since then.
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 0770b3cb95..9aee0ea98a 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -223,6 +223,30 @@ filter {
{
matchName="scala.concurrent.impl.Promise.toString"
problemName=MissingMethodProblem
+ },
+ // these next four can be removed once there is a fix for
+ // https://github.com/typesafehub/migration-manager/issues/147
+ {
+ matchName="scala.collection.Iterator#Leading#1.advance"
+ problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.collection.Iterator#Leading#1.finish"
+ problemName=IncompatibleResultTypeProblem
+ },
+ {
+ matchName="scala.collection.Iterator#Leading#1.lookahead"
+ problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.collection.Iterator#Leading#1.this"
+ problemName=DirectMissingMethodProblem
+ },
+ // ditto on
+ // https://github.com/typesafehub/migration-manager/issues/147
+ {
+ matchName="scala.reflect.io.ManifestResources$FileEntry$3"
+ problemName=MissingClassProblem
}
]
}