summaryrefslogtreecommitdiff
path: root/bincompat-forward.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-forward.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-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 a9fbaa7b87..c6cffee846 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -381,6 +381,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
}
]
}