rorygraves / scalac_perf

The Scala programming language
http://www.scala-lang.org/
16 stars 3 forks source link

List filter/filterNot needs to be reapplied #58

Closed rorygraves closed 6 years ago

rorygraves commented 6 years ago

the List filter/filterNot changes got backed out here:

https://github.com/scala/scala/commit/76babbb6728e5daf4fb95444273f6f8e0a4098d7 because of an issue with Mima - they and their associated tests should be reapplied - I think these will end up in strawman rather than base of 2.13

ackratos commented 6 years ago

https://github.com/scala/scala/pull/6386 merged