-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor!: make dataclass back into standard state #62
Conversation
…ss-as-default # Conflicts: # tests/test_state.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we would just make the aliases State = StateDataclass and StandardState = StandardStateDataclass, but I am happy with this too. If we need the Dict along the line, we can still use the implementations from previous commits and shouldn't make things more complicated than necessary by having two implementations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so far as i can tell, looks like you caught everything
Description
Revert State to be defined as a Dataclass rather than a userdict.
Type of change
If this is a breaking change (which might apply to any of the other kinds of change), note that below, otherwise delete
this section:
Features (Optional)