summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorViktor Klang <viktor.klang@gmail.com>2016-03-22 10:31:32 +0100
committerViktor Klang <viktor.klang@gmail.com>2016-03-22 13:37:34 +0100
commitd832346268779090f08afad649a337ca571efc37 (patch)
treee2310e55ad59e658256b96a04c7d9f7e77ffbaa7 /bincompat-backward.whitelist.conf
parentafb14588edeb199ad5b6b2deedb55abe3c998503 (diff)
downloadscala-d832346268779090f08afad649a337ca571efc37.tar.gz
scala-d832346268779090f08afad649a337ca571efc37.tar.bz2
scala-d832346268779090f08afad649a337ca571efc37.zip
SI-9488 - adds the same default toString format to Scala Futures as 2.12.x
Includes tests to verify the toString representations.
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 0d85590b41..0770b3cb95 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -217,6 +217,12 @@ filter {
{
matchName="scala.concurrent.impl.Promise$DefaultPromise"
problemName=MissingTypesProblem
+ },
+ // SI-9488: Due to SI-8362 above, toString was silently changed to the AtomicReference toString implementation,
+ // This is fixed by SI-9488, and this should be safe since the class in question is stdlib internal.
+ {
+ matchName="scala.concurrent.impl.Promise.toString"
+ problemName=MissingMethodProblem
}
]
}