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
This discussion was converted from issue #762 on December 13, 2024 13:00.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The
parent
of a root state model isNone
, whereas theparent
of a root state (in the core) is the state machine.I think this is an inconsistency which should be removed. I vote for setting the parent of a root state always to the state machine.
This will lead to further changes, as e.g. the
model_changed
method relies on the root state's parent beingNone
.Originally created by @franzlst ([email protected]) at 2019-07-19 13:45:37+00:00 (moved from RMC internal repository)
Beta Was this translation helpful? Give feedback.
All reactions