summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorMartynas Mickevičius <martynas@2m.lt>2016-12-08 21:51:59 +0800
committerMartynas Mickevičius <martynas@2m.lt>2016-12-08 21:51:59 +0800
commit695049d72f3c2966dafa409fa0d322c898014d2f (patch)
tree925cb00335dc1b221c86feb6d48c0905b4dd2c62 /bincompat-backward.whitelist.conf
parent264cc5f20cd9a6b9c6d414dfea696de1b8608dc5 (diff)
downloadscala-695049d72f3c2966dafa409fa0d322c898014d2f.tar.gz
scala-695049d72f3c2966dafa409fa0d322c898014d2f.tar.bz2
scala-695049d72f3c2966dafa409fa0d322c898014d2f.zip
Upgrade MiMa to 0.1.13
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 9aee0ea98a..0770b3cb95 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -223,30 +223,6 @@ 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
}
]
}