-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add an option for encoding scalars with newlines to Emitter.Options #406
Conversation
Thanks! Looking forward to this. @jpsim wdyt? 🙏 |
+1 for this too |
Yams.podspec
Outdated
@@ -1,6 +1,6 @@ | |||
Pod::Spec.new do |s| | |||
s.name = 'Yams' | |||
s.version = '5.0.6' | |||
s.version = '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don’t touch this file. I’ll bump the version when the time comes to cut a release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Could you please add a change log entry and rebase? Thanks for your contribution.
ok rebased and updated the changelog 🙏 |
older swift versions do not understand
updated to add a |
@tejassharma96 just making sure you see the CI failures here. |
yes, sorry - somewhat distracted. I don't have an environment where I can install old versions of xcode since I'm on sonoma :/ how would you suggest I debug? |
Ah actually - based on this article, the check should be for 5.7 instead of 5.6:
Updated the check, could you see if CI succeeds now please? |
hmmm, one failure still but looks unrelated to this change:
will see if I can repro locally |
CI is all ✅ I’ll merge shortly. |
Thank you both 🙌 |
Solves #405 by adding a new option for encoding scalars which contain newlines