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 ytt formatting issue on colons in multiline strings #856

Closed
wants to merge 1 commit into from

Conversation

fritzduchardt
Copy link

Closes #847

Signed-off-by: Fritz Duchardt <fritz@duchardt.net>
@sethiyash
Copy link
Contributor

Hi @fritzduchardt
Thanks for the PR. We will review this on priority.

Copy link
Contributor

@sethiyash sethiyash left a comment

Choose a reason for hiding this comment

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

LGTM!

@fritzduchardt
Copy link
Author

@sethiyash sorry, I accidentally retriggered re-review. Do you have a means to ping @100mik and @vmunishwar to get this merged?

@sethiyash
Copy link
Contributor

Hi @fritzduchardt,
@vmunishwar is already looking into it. As the changes were made in internal/yaml.v2 package we want to just make sure it will not add any breaking changes.

@vmunishwar
Copy link
Contributor

vmunishwar commented Jul 18, 2023

Hi @fritzduchardt, Thank you for working on this issue, we really appreciate the work you have done to fix this. However, this seems to be an issue present in yaml.v2 library which is used in ytt and also we verified that this issue is present in yaml.v3 library. It would be nice if we can raise this PR in API v2 of the yaml package for Go.

@vmunishwar vmunishwar closed this Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ytt formatting converts multi line strings to single line strings due to trailing spaces
3 participants