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

Adding null check to value pop #781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding null check to value pop #781

wants to merge 1 commit into from

Conversation

aravol
Copy link

@aravol aravol commented Jul 13, 2022

When an external function opens a flow, the return from that function is never acknowledged and the function is called a second time when returning to the original flow, however the arguments are all NullValues which causes a nullref. This fixes the nullref, albeit more work will be needed to address the double call of a function that opens a flow.

Noting that the alternative of creating a call stack to call after the function block is done also doesn't work, since the story will continue with the next paragraph, resulting in a rather weird requirement of calling a function just before the last block to be shown.

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.

None yet

1 participant