RPC function parameters #208
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#208
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
artiq_sinara_tester
contains this:While I can easily work around the issue here, do we want to support this code pattern in NAC3?
What type annotation should we have for
cb
? I suppose the annotation would have to be specific for RPCs, since the codegen is different between RPC and non-RPC.I think we don't need a special type annotation. We can just put the RPC code inside a function and pass the function pointer to that wrapper function.
Supporting this should not be too hard after implementing function pointer.