-
Notifications
You must be signed in to change notification settings - Fork 134
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
Port bugfixes from JS #6
Comments
Other changes accumulated in JS:
|
About mapbox/earcut#14 — since the C++ port used indexed output from the start, I assume it was correct from the beginning so no need for a port, but need to confirm with @kkaefer. |
The fixes are now merged, however the test cases are not, because they fail. This needs investigation -- see the |
One more to port: mapbox/earcut@deb0bfe |
Tried porting the last one, but it's a noticeable performance hit on C++. Is it OK to diverge JS and C++ implementations around this then? |
The text was updated successfully, but these errors were encountered: