summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-02-08 15:09:20 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-02-09 18:10:16 -0800
commit5d487f105f1f2890506c3e99e352a02f206fad83 (patch)
treea904bb7ed38d0b35881c63837e55240a57278216 /bincompat-forward.whitelist.conf
parent8b4af71d27ebd56f318e31ffc69225f3fdd6232d (diff)
downloadscala-5d487f105f1f2890506c3e99e352a02f206fad83.tar.gz
scala-5d487f105f1f2890506c3e99e352a02f206fad83.tar.bz2
scala-5d487f105f1f2890506c3e99e352a02f206fad83.zip
[nomaster] duplicate tailImpl as a private method
Reworks d526f8bd74. This is necessary to maintain binary compatibility with 2.10.0. matchName="scala.collection.mutable.MutableList.tailImpl" problemName=MissingMethodProblem
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index 9673976c60..cb8191fbcc 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -1,10 +1,10 @@
filter {
problems=[
# rework d526f8bd74 to duplicate tailImpl as a private method
- {
- matchName="scala.collection.mutable.MutableList.tailImpl"
- problemName=MissingMethodProblem
- },
+ # {
+ # matchName="scala.collection.mutable.MutableList.tailImpl"
+ # problemName=MissingMethodProblem
+ # },
{
# can only be called from Stream::distinct, which cannot itself be inlined, so distinct is the only feasible call-site
matchName="scala.collection.immutable.Stream.scala$collection$immutable$Stream$$loop$6"