From d832346268779090f08afad649a337ca571efc37 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 22 Mar 2016 10:31:32 +0100 Subject: SI-9488 - adds the same default toString format to Scala Futures as 2.12.x Includes tests to verify the toString representations. --- bincompat-forward.whitelist.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bincompat-forward.whitelist.conf') 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 } ] } -- cgit v1.2.3