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] Fix deprecated passing null to trim()#52332
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
GromNaN 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.
This PR must target the oldest maintained branch where the deprecation exists:5.4.
You should add a test case inInlineTest::getTestsForParse().
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedOct 28, 2023
Thank you @javaDeveloperKid. |
This PR was merged into the 6.4 branch.Discussion----------[Yaml] Remove test on `Inline::parse(null)`| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues |Fix#52334| License | MITThis test was added by#52332It becomes wrong with#52334It was not reverted byeaff34aCommits-------9b10106 Fix wrong yaml parse null test
Uh oh!
There was an error while loading.Please reload this page.