summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-10-20 14:44:08 +0200
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-10-20 14:44:08 +0200
commit767cc4495752ac0a103d68e59fbc3b8ee27c6395 (patch)
tree6ee364d78a4608bc67025ef37b039c90c056875c /bincompat-backward.whitelist.conf
parenteb15950e697eb77e52733f81c65e2d51951ad881 (diff)
parent38587c5db1d84b6aef9e85ce94d49548c7fa2c66 (diff)
downloadscala-767cc4495752ac0a103d68e59fbc3b8ee27c6395.tar.gz
scala-767cc4495752ac0a103d68e59fbc3b8ee27c6395.tar.bz2
scala-767cc4495752ac0a103d68e59fbc3b8ee27c6395.zip
Merge pull request #4048 from lrytz/t8899
[nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 6c98dc62a1..076b9bb9aa 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -186,15 +186,6 @@ filter {
matchName="scala.reflect.runtime.SynchronizedOps.newNestedScope"
problemName=MissingMethodProblem
},
- // see github.com/scala/scala/pull/3925, SI-8627, SI-6440
- {
- matchName="scala.collection.TraversableLike.filterImpl"
- problemName=MissingMethodProblem
- },
- {
- matchName="scala.collection.immutable.Stream.filteredTail"
- problemName=MissingMethodProblem
- },
// https://github.com/scala/scala/pull/3848 -- SI-8680
{
matchName="scala.collection.immutable.Stream.scala$collection$immutable$Stream$$loop$6"