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

Check C types of foreign imports #426

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Check C types of foreign imports #426

merged 1 commit into from
Apr 2, 2024

Conversation

facundominguez
Copy link
Member

This PR adds C prototypes of the functions used by the FFI to get build failures when the C interface changes. Fixes #382.

@facundominguez facundominguez force-pushed the fd/check-c-types branch 3 times, most recently from fbaf032 to 25e7e4e Compare April 1, 2024 22:55
@ConnorBaker ConnorBaker merged commit b0c33de into master Apr 2, 2024
12 checks passed
@ConnorBaker ConnorBaker deleted the fd/check-c-types branch April 2, 2024 23:06
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.

Recover type safety in bindings of Foreign.R.Internal
2 participants