-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Yaml] Fixed invalid Parser behavior #27898
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
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.
/cc @xabbuh
@xabbuh Can you review this one one more time please? |
As this introduce a new deprecation, it should go in master, not in 4.1. We don't introduce deprecations in patch releases. |
Hello, I missed your message. I'll rebase shortly. |
8d85944
to
d95792d
Compare
@guiguiboy I will look into the changes in more depth shortly. Thanks so far. 👍 Can you in the meantime please document the deprecation in the upgrade files and in the changelog file of the Yaml component? |
d95792d
to
069fa71
Compare
I updated the files supposing it will go in version 5.0.0. If required, I can change back to 4.2.0. |
069fa71
to
532cce8
Compare
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.
with a minor tweak to the deprecation message
458bf0b
to
b11e522
Compare
f87315f
to
b190d9f
Compare
b190d9f
to
7bf8381
Compare
changes have been addressed
Thank you @guiguiboy. |
This PR was merged into the 4.3-dev branch. Discussion ---------- [Yaml] Fixed invalid Parser behavior | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27874 | License | MIT | Doc PR | NA This fixes #27874 I'm not sure about the update in composer.json though. It seems a good idea because I was able to run composer update without the zip extension. If required, I'll remove it. Commits ------- 7bf8381 Added deprecation notice when mapping keys are found in multi-line blocks
This fixes #27874
I'm not sure about the update in composer.json though. It seems a good idea because I was able to run composer update without the zip extension. If required, I'll remove it.