You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make disconnected states validation hierarchy-aware (#573)
The `visit_connected_states` BFS now traverses the state hierarchy:
entering a compound/parallel state implicitly enters its initial
children, and being in a child implies being in all ancestor states.
This removes the need for `validate_disconnected_states = False` in
virtually all parallel, compound, and history state examples — the
flag was only needed because the validator didn't understand
hierarchical entry semantics.
0 commit comments