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

[CN-exec] Fix anonymous records #585

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rbanerjee20
Copy link
Contributor

Previously, anonymous records only properly worked in CN runtime testing when they were the return type of some CN predicate or function. Now anonymous records should work across the board at runtime, getting translated to C structs as before.

TODO: Revert CN tutorial examples to use records instead of datatypes and check that it works now.
TODO: Write small examples of anonymous records that are not the return types of CN predicates/functions and check that they work. Include in CI.

@rbanerjee20 rbanerjee20 self-assigned this Sep 20, 2024
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.

1 participant