Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

storage updates #179

Merged
merged 5 commits into from
Oct 14, 2021
Merged

storage updates #179

merged 5 commits into from
Oct 14, 2021

Conversation

s-cork
Copy link
Collaborator

@s-cork s-cork commented Oct 14, 2021

close #176 - add a serializer to fail loudly
close #102 - support serializing datetimes

fix a bug with iterating over a storage object.
__iter__ can't suspend.

@s-cork s-cork marked this pull request as draft October 14, 2021 14:53
@s-cork s-cork changed the title Storage: add a serializer to fail loudly and make __iter__ work storage updates Oct 14, 2021
@s-cork s-cork marked this pull request as ready for review October 14, 2021 15:15
client_code/storage.py Outdated Show resolved Hide resolved
client_code/storage.py Outdated Show resolved Hide resolved
client_code/storage.py Outdated Show resolved Hide resolved
@meatballs
Copy link
Member

A few suggestions from me - mainly to prefer a declarative style over imperative where possible.

@meatballs meatballs merged commit 812844e into main Oct 14, 2021
@meatballs meatballs deleted the storage-serialize branch October 14, 2021 17:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage - should fail loudly in serialization LocalStorage - datetime storage
2 participants