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

refactor: update YAML library to v3 #252

Merged
merged 1 commit into from
May 10, 2024
Merged

refactor: update YAML library to v3 #252

merged 1 commit into from
May 10, 2024

Conversation

G-Rath
Copy link
Owner

@G-Rath G-Rath commented May 10, 2024

This upgrades us to use the latest v3 version of the YAML library along with updating our unmarshal functions to use the new interface.

While this annoyingly adds ~20kb to the binary, it gives us access to more stuff like information about comments and line numbers when unmarshalling and the ability to write indented output (which will be used for #248) - ultimately, we might as well just get the upgrade over with.

@G-Rath G-Rath merged commit 65e9e51 into main May 10, 2024
8 checks passed
@G-Rath G-Rath deleted the update-yaml branch May 10, 2024 02:01
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.

None yet

1 participant