Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager" #4048

Merged
merged 1 commit into from
Oct 20, 2014

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented Oct 12, 2014

This reverts commit 9276a12.

The change is not binary compatible, See discussion on SI-8899. Making
filterImpl non-private changes its call-sites (within TraversableLike)
from INVOKESTATIC to INVOKEINTERFACE. Subclasses of TraversableLike
compiled before this change don't have a mixin for filterImpl.

This reverts commit 9276a12.

The change is not binary compatible, See discussion on SI-8899. Making
filterImpl non-private changes its call-sites (within TraversableLike)
from INVOKESTATIC to INVOKEINTERFACE. Subclasses of TraversableLike
compiled before this change don't have a mixin for filterImpl.
@lrytz
Copy link
Member Author

lrytz commented Oct 14, 2014

PLS REBUILD/pr-scala@38587c5

@scala-jenkins
Copy link

(kitty-note-to-self: ignore 59030173)
🐱 Roger! Rebuilding pr-scala for 38587c5. 🚨

@gkossakowski
Copy link
Contributor

LGTM

gkossakowski added a commit that referenced this pull request Oct 20, 2014
[nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"
@gkossakowski gkossakowski merged commit 767cc44 into scala:2.11.x Oct 20, 2014
@lrytz lrytz deleted the t8899 branch November 7, 2014 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants