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 encoding for labels in DCSR spec json. #185

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

flihp
Copy link
Collaborator

@flihp flihp commented Mar 26, 2024

Labels are byte arrays but we want to map them to strings when we serialize the DcsrSpec struc to / from JSON.

this resolves #184

Labels are byte arrays but we want to map them to strings when we
serialize the DcsrSpec struc to / from JSON.
@flihp flihp merged commit a07fb20 into oxidecomputer:main Mar 26, 2024
5 checks passed
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.

DcsrSpec stuff got the encoding for the Labels wrong
1 participant