You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
During injection of header/footer comments, they do not always land where they "should" within the YAML document.
This is due to an issue in upstream go library yaml.v3. The problem is essentially an issue with how/where to handle comments in maps.
The headers will land below the target injection point, and the footers can end up sometimes above the target injection point.
We should make an effort to contribute to the upstream library to solve the problem within the library.
Related to:
go-yaml/yaml#610
go-yaml/yaml#695
The text was updated successfully, but these errors were encountered: