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

Calling conveys multiple times does not work #10

Open
gdamore opened this issue Oct 3, 2017 · 0 comments
Open

Calling conveys multiple times does not work #10

gdamore opened this issue Oct 3, 2017 · 0 comments

Comments

@gdamore
Copy link
Owner

gdamore commented Oct 3, 2017

Because of our use of static variables to hold setjmp information, it does not work to call Convey() from different call sites or multiple times. For example, two functions cannot call a 3rd function that embeds a Convey() block.

This is a major limitation. We need a way to understand the context of the caller, and either reset it, or cope. I'm not sure how to solve this at present; probably the static variable approach is just inadequate.

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