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

Fixes internal transitions for parent states #112

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jassuncao
Copy link

The correction for issue17 resulted in internal transitions in parent
states not being executed when nested states are involved.
When an event is not handled by a child state but can be accepted by an
internal transition in a parent state, the actions associated with the
internal state should be executed but without leaving the child state.

exp_jassuncao added 4 commits June 8, 2020 22:57
The correction for issue17 resulted in internal transitions in parent
states not being executed when nested states are involved.
When an event is not handled by a child state but can be accepted by an
internal transition in a parent state, the actions associated with the
internal state should be executed but without leaving the child state.
Change-Id: I940d862e8d4228a84515fa4757840d3ff65ad469
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