-
Notifications
You must be signed in to change notification settings - Fork 141
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
Stuck in Infinite For Loop #44
Labels
Comments
🎉 #49 |
Wow thank you for fixing this! |
soerendd
pushed a commit
to soerendd/delaunator-cpp
that referenced
this issue
Aug 5, 2019
esilvia
added a commit
to esilvia/delaunator-cpp
that referenced
this issue
Nov 4, 2020
Fixes delfrrr#16 to prevent infinite recursion when a triangle was previously deleted from hull_next. Port of fix in original JavaScript mapbox/delaunator#44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First I just wanted to say that this is great library! I found an issue where delaunator gets stuck in an infinite loop. This bug seems to affect JavaScript and C++ delaunator. Attached is the zip file containing a json file of the points that reproduce the issue. The loop occurs somewhere starting in this for loop: https://github.com/mapbox/delaunator/blob/master/index.js#L147
error.zip
I'll try to look into it myself later. Thanks!
The text was updated successfully, but these errors were encountered: