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

Fix Rust functions declarations #18

Merged
merged 6 commits into from
Jul 23, 2020
Merged

Fix Rust functions declarations #18

merged 6 commits into from
Jul 23, 2020

Conversation

GuillaumeGomez
Copy link
Member

No description provided.

@crocme10
Copy link

The library seems to have evolved quite a bit, and it maybe worth spending some time to verify that the C version and the rust version are in sync, inline with a 2.0.0 release

@GuillaumeGomez GuillaumeGomez changed the title Fix GEOSCoordSeq_getOrdinate_r declaration Fix Rust functions declarations Jul 23, 2020
@@ -201,5 +201,5 @@ def get_rust_functions(filename, c_func):
for f in x:
print(f)

if errored or len(c_func) > 0 or len(r_func) > 0:
if not not_errored or len(c_func) > 0 or len(r_func) > 0:

Choose a reason for hiding this comment

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

meeeehhhh

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.

2 participants