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

Add support for tuples in nif macro #527

Merged
merged 2 commits into from
Mar 28, 2023
Merged

Add support for tuples in nif macro #527

merged 2 commits into from
Mar 28, 2023

Conversation

philss
Copy link
Member

@philss philss commented Mar 28, 2023

This was originally written by @denumerate in #520

This PR adds tests and rebase with updates from the master branch.

Closes #519

Paul Ricks and others added 2 commits March 28, 2023 11:17
This commit adds support for tuples in a nif function by expanding the
nif macro to decode tuple types with the `Decode` trait.
@philss
Copy link
Member Author

philss commented Mar 28, 2023

GitHub Actions is partially down, so I'm going to wait a bit to re-run the tests.

@philss philss merged commit bc8c038 into rusterlium:master Mar 28, 2023
@philss philss deleted the add-support-for-tuples-in-nif-macro branch March 28, 2023 18:13
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.

nif macro fails with macro arguments
1 participant