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

Test fixes. #5

Closed
wants to merge 1 commit into from
Closed

Conversation

todd-spruceid
Copy link

Remove some underscore prefixes from structure field names that are being used to deserialize JSON; the field names were being used as JSON keys without the leading underscores being stripped, resulting in deserialization errors.

The structures containing the affected fields have had Serialize added to their derive lists; this eliminates the compiler warnings regarding unread structure fields.

Remove some underscore prefixes from structure field names that are
being used to deserialize JSON; the field names were being used as
JSON keys without the leading underscores being stripped, resulting
in deserialization errors.

The structures containing the affected fields have had `Serialize`
added to their `derive` lists; this eliminates the compiler warnings
regarding unread structure fields.
@sbihel
Copy link
Member

sbihel commented Jul 31, 2024

Closing as the base branch was closed in favour of #6

@sbihel sbihel closed this Jul 31, 2024
@sbihel sbihel deleted the fix/test-fixes-for-refactor branch July 31, 2024 10:38
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