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

Make the generated nif_init private #322

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

filmor
Copy link
Member

@filmor filmor commented Jun 23, 2020

This function is not supposed to get called by anyone but the BEAM, so we can make it private. This also fixes #319 since we don't dereference a pointer in a public "safe" function anymore.

This function is not supposed to get called by anyone but the BEAM, so
we can make it private. This also fixes rusterlium#319 since we don't dereference
a pointer in a public "safe" function anymore.
@filmor filmor merged commit 94c8652 into rusterlium:master Jun 24, 2020
@filmor filmor deleted the private-nif-init branch June 24, 2020 04:37
@evnu evnu mentioned this pull request Jul 2, 2020
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.

Clippy error in rustler RC
2 participants