From 695049d72f3c2966dafa409fa0d322c898014d2f Mon Sep 17 00:00:00 2001 From: Martynas Mickevičius Date: Thu, 8 Dec 2016 21:51:59 +0800 Subject: Upgrade MiMa to 0.1.13 --- bincompat-backward.whitelist.conf | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'bincompat-backward.whitelist.conf') 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 } ] } -- cgit v1.2.3