-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add dumping and loading of state #555
feat: add dumping and loading of state #555
Conversation
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.
couple of comments, looks good!
Also, can you integrate all this in the actual execution of the tests? |
25a6b02
to
0ed55db
Compare
resolved via this. |
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 think there is some improvement that we can bring to the serde module in order to maybe only implement serialization
What is the status of this @bajpai244 @greged93 |
CI failing and waiting for answer on comments |
82167c9
to
87faaf2
Compare
af6efae
to
3d27d5b
Compare
@bajpai244 you have a couple of issues in the trunk CI you need to fix |
3d27d5b
to
e24c8ac
Compare
e24c8ac
to
633cee0
Compare
I think we shouldn't have any diff on ef test folder |
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.
lgtm
Pull Request type
Time spent on this PR:
Resolves: #159
Please check the type of change your PR introduces:
What is the new behavior?
Allows dump and loading state to and from json files.
Does this introduce a breaking change?