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: re-enable deriving serde traits #704

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

birchmd
Copy link
Member

@birchmd birchmd commented Feb 23, 2023

Description

In PR #677 we made serde required instead of optional in aurora-engine and aurora-engine-types. This change means the serde feature no longer exists and this prevents the serde traits from being derived on several types. In this PR I fix this regression by using the impl-serde feature to trigger deriving the traits instead. I also add new tests which will catch this problem in the future.

@birchmd birchmd added the C-bug Category: Something isn't working. label Feb 23, 2023
Copy link
Member

@aleksuss aleksuss left a comment

Choose a reason for hiding this comment

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

LGTM

@joshuajbouw joshuajbouw added this pull request to the merge queue Feb 28, 2023
Merged via the queue into develop with commit d6e1a46 Feb 28, 2023
@joshuajbouw joshuajbouw deleted the fix/birchmd/derive-serialize branch February 28, 2023 09:36
birchmd added a commit that referenced this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants