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

Getting isEmpty on a view should force its evaluation #6332

Closed
scabug opened this issue Sep 6, 2012 · 4 comments
Closed

Getting isEmpty on a view should force its evaluation #6332

scabug opened this issue Sep 6, 2012 · 4 comments
Assignees

Comments

@scabug
Copy link

scabug commented Sep 6, 2012

The following returns false with Scala 2.10.0-M7 but returns true with Scala 2.9.2:

Seq(1, 2, 3).view.collect { case i if i > 4 => i }.isEmpty
@scabug
Copy link
Author

scabug commented Sep 6, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6332?orig=1
Reporter: @etorreborre
Affected Versions: 2.10.0-M7
Clones #6271

@scabug
Copy link
Author

scabug commented Sep 6, 2012

@SethTisue said:
doh!

@scabug
Copy link
Author

scabug commented Sep 6, 2012

@jsuereth said:
Duplicate of #6271

@scabug
Copy link
Author

scabug commented Sep 6, 2012

@jsuereth said:
This was an issue w/ a missing override in view hierarchy. Fix is already in pull request form. See other issue for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants