georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.48k stars 191 forks source link

issue #1084: panics on haversine_closest_point #1119

Closed fegies closed 7 months ago

fegies commented 7 months ago
urschrei commented 7 months ago

(The Clippy complaint is also trivial)

fegies commented 7 months ago

Removed the extra comment and made clippy happy.

urschrei commented 7 months ago

Thanks! And if you could also add an entry to geo/CHANGES.md (apologies, I should have asked yesterday)

fegies commented 7 months ago

Thanks! And if you could also add an entry to geo/CHANGES.md (apologies, I should have asked yesterday)

To a patch subversion? 0.27.1? Or add the Unreleased Header?

urschrei commented 7 months ago

Thanks! And if you could also add an entry to geo/CHANGES.md (apologies, I should have asked yesterday)

To a patch subversion? 0.27.1?

Or add the Unreleased Header?

Just under Unreleased please!

fegies commented 7 months ago

Done.

urschrei commented 7 months ago

Thanks, I'll leave it open for another few hours in case anyone else wants to weigh in.