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

Guard against inner component null messages #1080

Closed
wants to merge 2 commits into from

Conversation

edgarfgp
Copy link
Member

@edgarfgp edgarfgp commented May 2, 2024

In cases where you have a Component() which itself is in a Component(program) and a side effect happens in the inner component, the outer component will dispatch a message that is null.

So here we need make sure that we don't process null messages ValueSome null

@edgarfgp
Copy link
Member Author

I guess we no longer need this fix/check if we create dedicated non dispatch define functions.

@edgarfgp edgarfgp closed this May 17, 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.

None yet

1 participant