Skip to content

Conversation

@Stebalien
Copy link
Contributor

Implement yet-to-be-accepted rust-lang/rfcs#924. This is a breaking-change.

@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@Stebalien
Copy link
Contributor Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned huonw Apr 22, 2015
@bluss
Copy link
Contributor

bluss commented Apr 28, 2015

New rules require changes to the len method for Map, Zip, Inspect, Peek etc, all adaptors that impl ExactSizeIterator.

Implement RFC 924.
closes rust-lang/rfcs#924

[breaking-change]
@Stebalien Stebalien force-pushed the rfc-924 branch 2 times, most recently from f036405 to 10232cb Compare April 28, 2015 02:29
The default implementation calls size_hint and we don't control the
underlying iterator.
@Stebalien
Copy link
Contributor Author

Good point. There's something wrong with my implementations so I'm closing this while I fix them.

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.

5 participants