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

Added serde support #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added serde support #30

wants to merge 1 commit into from

Conversation

d-sonuga
Copy link

@d-sonuga d-sonuga commented Dec 5, 2024

Copy link
Member

@Neotamandua Neotamandua left a comment

Choose a reason for hiding this comment

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

Looks good in general. I also added a suggestion, but we can wait for another maintainer's opinion before applying it.

src/serde_support.rs Outdated Show resolved Hide resolved
@Neotamandua Neotamandua requested a review from miloszm December 6, 2024 14:54
src/serde_support.rs Outdated Show resolved Hide resolved
tests/serde.rs Outdated Show resolved Hide resolved
src/serde_support.rs Outdated Show resolved Hide resolved
src/serde_support.rs Outdated Show resolved Hide resolved
@d-sonuga d-sonuga force-pushed the add-serde-feature branch 2 times, most recently from f2b763d to dc628c3 Compare December 9, 2024 10:27
src/serde_support.rs Outdated Show resolved Hide resolved
@d-sonuga d-sonuga force-pushed the add-serde-feature branch 2 times, most recently from ba2a394 to 0b2a7ad Compare December 9, 2024 21:57
Copy link
Member

@moCello moCello left a comment

Choose a reason for hiding this comment

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

LGTM.
If you want you could also add some tests for failing serialization but that's not blocking.

@Neotamandua Neotamandua self-requested a review December 10, 2024 12:52
Copy link
Member

@Neotamandua Neotamandua left a comment

Choose a reason for hiding this comment

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

LGTM. It would be nice if you would check the other PRs now and adjust them for any suggestions that apply to them as well, like the failed tests we talked about and the general structure we have here now.

@d-sonuga d-sonuga force-pushed the add-serde-feature branch 2 times, most recently from 30a209e to 5bbe558 Compare December 10, 2024 13:03
Copy link
Member

@moCello moCello left a comment

Choose a reason for hiding this comment

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

Please also add an entry to the changelog

@Neotamandua Neotamandua linked an issue Dec 12, 2024 that may be closed by this pull request
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.

Add serde support
3 participants