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

Support tuple return args #25

Open
Arachnid opened this issue Jun 25, 2021 · 0 comments
Open

Support tuple return args #25

Arachnid opened this issue Jun 25, 2021 · 0 comments

Comments

@Arachnid
Copy link
Contributor

Weiroll now supports grabbing the return value from a call and packaging the whole thing up in a bytes for future callers to use. We should support this in the planner. I think this will require some sort of explicit indication from the user that they want to do this; if we just try and set the tuple bit in the command if a return value is passed to a bytes parameter, because this will fail if the return type is itself bytes.

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

No branches or pull requests

1 participant