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

Remove custom YAML marshaller #2829

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

jandubois
Copy link
Member

We used a custom marshaller to properly marshal "~" and "null". This has been fixed in goccy/go-yaml#474, which has been merged in #2828.

Dropping the custom marshaller fixes #2665.

We used a custom marshaller to properly marshal "~" and "null".
This has been fixed in goccy/go-yaml#474,
which has been merged in lima-vm#2828.

Dropping the custom marshaller fixes lima-vm#2665.

Signed-off-by: Jan Dubois <[email protected]>
@jandubois jandubois added this to the v1.0 milestone Nov 1, 2024
@jandubois jandubois requested a review from afbjorklund November 1, 2024 04:40
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit 0b85f37 into lima-vm:master Nov 1, 2024
28 checks passed
@jandubois jandubois deleted the yaml-fix branch January 15, 2025 23:19
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.

limayaml.Save does have some encoding bugs
3 participants