-
Notifications
You must be signed in to change notification settings - Fork 10
Fix YAML multiline config for package names #358
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
Conversation
needs #360 to be merged before for checks to succeed. |
* Use '>-' instead of '>' for YAML multline when creating package names. The extra newline at the end of the string can cause JSON parsing errors as reported by @cbeaujoin-stellar . This change will strip the newline character after the name fixes #357
b41a269
to
0d99a03
Compare
@widhalmt is this still a draft or ready for review? |
@tbauriedel I wanted to wait for the checks to run through. My problem with this PR is that it might solve a problem that was reported by a user but I can't reproduce the problem. So - when checks run through I guess we can merge it because as far as I see it does no harm and is indeed the "correct" way to handle this. |
@widhalmt Maybe we should add more to the Issue Template. |
If you mark the PR 'ready' I can give you the approval. |
* Use '>-' instead of '>' for YAML multline when creating package names. **Currently I can't reproduce the error that is shown in the issue. Since it's a simple fix I provided a PR anyway but we need to test this more before we merge it.** The extra newline at the end of the string can cause JSON parsing errors as reported by @cbeaujoin-stellar . This change will strip the newline character after the name fixes NETWAYS#357
Currently I can't reproduce the error that is shown in the issue. Since it's a simple fix I provided a PR anyway but we need to test this more before we merge it.
The extra newline at the end of the string can cause JSON parsing errors as reported by @cbeaujoin-stellar .
This change will strip the newline character after the name
fixes #357