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

Add missing size_hint method on LineString iterators #766

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

urschrei
Copy link
Member

Fixes #762

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

@michaelkirk
Copy link
Member

Thanks for fixing this!

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 12, 2022

Build succeeded:

@bors bors bot merged commit f0989bc into georust:master Mar 12, 2022
bors bot added a commit that referenced this pull request Mar 13, 2022
767: Add ExactsizeIterator impl for Point iterator on LineString r=urschrei a=urschrei

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

Follow-up to #762 and #766



Co-authored-by: Stephan Hügel <shugel@tcd.ie>
nyurik added a commit to nyurik/geo that referenced this pull request Mar 14, 2022
This fixes the change introduced in georust#766
@nyurik nyurik mentioned this pull request Mar 14, 2022
1 task
bors bot added a commit that referenced this pull request Mar 14, 2022
768: Tiny follow up coord fix r=lnicola a=nyurik

This fixes the change introduced in #766

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- ~[ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.~
---



Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
bors bot added a commit that referenced this pull request Mar 14, 2022
768: Tiny follow up coord fix r=nyurik a=nyurik

This fixes the change introduced in #766

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- ~[ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.~
---



Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
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.

CoordinatesIter does not implement ExactSizeIterator correctly, panics
2 participants