Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedSep 4, 2018
@xabbuh Can you review this one one more time please? |
stof commentedSep 4, 2018
As this introduce a new deprecation, it should go in master, not in 4.1. We don't introduce deprecations in patch releases. |
guiguiboy commentedOct 2, 2018
Hello, I missed your message. I'll rebase shortly. |
xabbuh commentedOct 10, 2018
@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? |
guiguiboy commentedOct 13, 2018
I updated the files supposing it will go in version 5.0.0. If required, I can change back to 4.2.0. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
069fa71 to532cce8Compare
xabbuh left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
xabbuh commentedFeb 6, 2019
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 | NAThisfixes#27874I'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
Uh oh!
There was an error while loading.Please reload this page.
Thisfixes#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.