We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently serialized states_current and states_goal do not include entries for items whose try_state_current and try_state_goal return None.
states_current
states_goal
try_state_current
try_state_goal
None
Perhaps we should change Item::try_state_* to return a State::Partial. maybe later
Item::try_state_*
State::Partial
StatesSerde
States
From<StatesSerde>
Into<StatesSerde>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently serialized
states_current
andstates_goal
do not include entries for items whosetry_state_current
andtry_state_goal
returnNone
.Perhaps we should changemaybe laterItem::try_state_*
to return aState::Partial
.Tasks
StatesSerde
should hold unknown entries (removed items).States
should be mappedFrom<StatesSerde>
after deserialization.States
should be mappedInto<StatesSerde>
, with an entry for each item in the flow.The text was updated successfully, but these errors were encountered: