-
Notifications
You must be signed in to change notification settings - Fork 165
Followup to the yaml helper refactor #4467
Copy link
Copy link
Open
Labels
area | maintenanceChanges important for efficiency and the long-term health of the projectChanges important for efficiency and the long-term health of the projectcode | utilsVarious utility functions and classes used across the codeVarious utility functions and classes used across the code
Metadata
Metadata
Assignees
Labels
area | maintenanceChanges important for efficiency and the long-term health of the projectChanges important for efficiency and the long-term health of the projectcode | utilsVarious utility functions and classes used across the codeVarious utility functions and classes used across the code
Splitting up a couple of comments from #4334
ruame.yaml.YAMLuses round-trip as the default parser, but if we do not save and re-use the yaml object, this does not really help us.to_yamlis example of that case where we throw away the yaml object afterwads.Footnotes
https://github.com/teemtee/tmt/pull/4334#discussion_r2668330246 ↩
https://github.com/teemtee/tmt/pull/4334#discussion_r2668339049 ↩