sdd / kiddo_v1

K-dimensional tree in Rust for fast geospatial indexing and lookup
Apache License 2.0
29 stars 11 forks source link

fixed stack overflow when displaying error messages #18

Closed muenchow closed 2 years ago

muenchow commented 2 years ago

Fixes a bug where a stack overflow is created when trying to display the kiddo::ErrorKind

sdd commented 2 years ago

Hi @muenchow - thanks for another helpful contribution.

Would you mind running the following to amend the commit message? The CI pipeline uses semantic versioning, so I need the commit message to start with fix: so that the release notes get generated correctly and the version number gets incremented properly.

git commit --amend -m "fix: stack overflow when displaying error"
git push --force

Thanks Max!

muenchow commented 2 years ago

Hi @sdd,

i did as you asked. And thanks for the great lib :)

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

sdd commented 2 years ago

All done! You're very welcome Max :-)