Skip to content
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

Fix serialization of dataclass constructor parameters #10

Merged
merged 1 commit into from
Jan 10, 2020
Merged

Conversation

qix
Copy link
Contributor

@qix qix commented Jan 8, 2020

At the moment if you add values in the dataclass constructor those are not serialised. This fixes the problem and adds a test.

Side note: thanks for your work on the library! Really loving seeing a bunch of libraries focusing on modern python.

@qix qix mentioned this pull request Jan 8, 2020
Copy link
Owner

@danielgtaylor danielgtaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find! Thanks for the contribution 👍

@danielgtaylor danielgtaylor merged commit d8785b4 into danielgtaylor:master Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants