summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-12-01 15:40:40 -0800
committerGitHub <noreply@github.com>2016-12-01 15:40:40 -0800
commitaacef6d66e14096e36f849945800c092d4688f2a (patch)
tree69eeaacc188a238e8dd95ccddcbd81e86d092081 /bincompat-forward.whitelist.conf
parentc2eb299b0e1ed2f321a81d4afbdb36762e2c0e7b (diff)
parent212c525fc185f0d445d96f8f3c07f6edd0f3dba6 (diff)
downloadscala-aacef6d66e14096e36f849945800c092d4688f2a.tar.gz
scala-aacef6d66e14096e36f849945800c092d4688f2a.tar.bz2
scala-aacef6d66e14096e36f849945800c092d4688f2a.zip
Merge pull request #5572 from SethTisue/merge-2.11.x-to-2.12.x-dec-1
merging 2.11.x onto 2.12.x [ci: last-only]
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index aebd2c8d1b..4461974081 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -24,6 +24,12 @@ filter {
{
matchName="scala.reflect.runtime.Settings.Yvirtpatmat"
problemName=DirectMissingMethodProblem
+ },
+ # this one can be removed once there is a fix for
+ # https://github.com/typesafehub/migration-manager/issues/147
+ {
+ matchName="scala.collection.Iterator#Leading#1.trailer"
+ problemName=DirectMissingMethodProblem
}
]
}