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

point.x_mut() and point.y_mut() #899

Merged
merged 2 commits into from
Aug 29, 2022
Merged

point.x_mut() and point.y_mut() #899

merged 2 commits into from
Aug 29, 2022

Conversation

Junkyards3
Copy link
Contributor

  • 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.

I added methods point.x_mut() and point.y_mut() as described in the issue #898. This is my first PR, I read the code of conduct and contribution guidelines but may have missed something, I'd be happy to hear about what I can do better

@Junkyards3 Junkyards3 marked this pull request as ready for review August 29, 2022 13:13
Copy link
Member

@michaelkirk michaelkirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Junkyards3 - thanks for the PR!

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 29, 2022

Build succeeded:

@bors bors bot merged commit 8c83cdc into georust:main Aug 29, 2022
bors bot added a commit that referenced this pull request Sep 17, 2022
909: fixup! added point.x_mut() and point.y_mut() r=lnicola a=michaelkirk

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

The changelog was correct, but it didn't coincide with the actual method implementations which were not named according to convention.

This hasn't been released yet, so it's not considered a breaking change.

Followup to #899 

Co-authored-by: Michael Kirk <[email protected]>
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.

2 participants