Skip to content

Fix Rust functions declarations#18

Merged
GuillaumeGomez merged 6 commits into
masterfrom
fix-fn
Jul 23, 2020
Merged

Fix Rust functions declarations#18
GuillaumeGomez merged 6 commits into
masterfrom
fix-fn

Conversation

@GuillaumeGomez
Copy link
Copy Markdown
Member

No description provided.

@crocme10
Copy link
Copy Markdown

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
Comment thread check_missing/check_missing.py Outdated
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:
Copy link
Copy Markdown

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