-
Notifications
You must be signed in to change notification settings - Fork 351
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 Strange quotation marks in lockfile.rb
#381
Conversation
I'm for this TBH, the quotes thing is an odd side-effect of different versions of the yaml writer between ruby versions that shouldn't affect reading I imagine. |
But the development team is not unified version of the situation is easy to appear, resulting in git log quotation marks appear and disappear, appear again, it is unnecessary and very troublesome. |
IMO - this is what your PR does 👍 |
So should my PR be accepted? |
Yes, that is what I said I was in favour of, and it looks like @dnkoutso is too from the other PR |
@dacaiguoguogmail why couldnt we just always do something like: yaml_string.tr("'", '') Instead? Yes I think we can merge this generally. |
@dacaiguoguogmail there is no need to re-open a new PR for each attempt to land this. It makes it harder to come back to and read any comments or thoughts during landing this. |
This looks good to me and harmless. Will wait tomorrow to merge it. |
Actually will wait until 1.3.0.beta.1 is out and then move it for beta.2 |
@dacaiguoguogmail can you please rebase and squash your branch so we can land this? |
@dnkoutso rebase has been completed |
@dacaiguoguogmail this is still not right. Can you please squash to a single commit? |
1.I rebase and squash to a single commit in local branch |
4357c32
to
e830c06
Compare
@dnkoutso, I use |
This should fix an issue introduced by CocoaPods#381 with keys that contain !
This should fix an issue introduced by CocoaPods#381 with keys that contain !
This should fix an issue introduced by CocoaPods#381 with keys that contain !
Strange quotation marks in 'SPEC CHECKSUMS' section