summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-25 15:36:12 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-25 15:36:12 +0100
commit49f54abed4f82d9b58f416915edaaea889734344 (patch)
treed8ac2e0cc297210efda4753aaf13d4da8fc71f0b /bincompat-backward.whitelist.conf
parentec9e206c6cd364b98d31962eb9678a3c4c3dfedc (diff)
parentfa91b173f7e5e64c2221d50af0684985f046637c (diff)
downloadscala-49f54abed4f82d9b58f416915edaaea889734344.tar.gz
scala-49f54abed4f82d9b58f416915edaaea889734344.tar.bz2
scala-49f54abed4f82d9b58f416915edaaea889734344.zip
Merge pull request #3653 from densh/si/8200
SI-8200 provide an identity liftable for trees
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index ae31c286f3..f9760b5c3f 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -102,6 +102,11 @@ filter {
matchName="scala.collection.mutable.ArrayOps#ofDouble.unzip3"
problemName=IncompatibleMethTypeProblem
},
+ // see SI-8200
+ {
+ matchName="scala.reflect.api.StandardLiftables#StandardLiftableInstances.liftTree"
+ problemName=MissingMethodProblem
+ },
// see SI-8331
{
matchName="scala.reflect.api.Internals#ReificationSupportApi#SyntacticTypeAppliedExtractor.unapply"