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

Dump Rings #449

Merged
merged 3 commits into from
May 13, 2022
Merged

Dump Rings #449

merged 3 commits into from
May 13, 2022

Conversation

peterstace
Copy link
Owner

@peterstace peterstace commented May 13, 2022

Description

Add `DumpRings` method to `Polygon` type

This gives the rings in the polygon as a slice.

Check List

Have you:

  • Added unit tests? Yes.

  • Add cmprefimpl tests? (if appropriate?) N/A

  • Updated release notes? (if appropriate?) Yes.

Related Issue

Benchmark Results

N/A

This gives the rings in the polygon as a slice.
@peterstace peterstace self-assigned this May 13, 2022
Copy link
Collaborator

@albertteoh albertteoh left a comment

Choose a reason for hiding this comment

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

LGTM.

The linter errors are questionable to me. e.g.:

  • missing return, but there's a panic.
  • undeclared name: but it's declared with the . notation so that seems okay to me

Curious why they kicked in now and not before. Maybe because the "Unchanged files with check annotations" is a recently introduced "Beta" feature.

If it's blocking this PR, we could consider disabling the linter.

@peterstace
Copy link
Owner Author

Thanks for reviewing!

@peterstace peterstace merged commit a3cd6c2 into master May 13, 2022
@peterstace peterstace deleted the dump_rings branch May 13, 2022 04:23
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.

None yet

2 participants