-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[6.2] [Yaml] Dumper fix and refactor #46731
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
8c2c741
to
0b2f879
Compare
Btw we could do evern more refactoring, but I want to preserve BC even for those who extend the Dumper class. E.g. we could have the main I also would like to have an option to save a line break for map inside sequence as requested in #15782. But better do this in a follow-up. |
Fails seem unrelated. |
Can you send the extension of the existing tests as a separate PR against the |
#46739 is now merged up to 6.2. Can you please rebase this PR? Status: needs work. |
@nicolas-grekas |
If I rebase on 4.4, do we want to support PHP 7.1? I am not sure if we actually do want to go for 4.4, so I make that a separate PR and we can choose. |
Any reactorting must be done in 6.2. |
0b2f879
to
7752a93
Compare
Unlike in 4.4, in 6.0 these failing calls throw exceptions.
7752a93
to
84cb847
Compare
I fail to see the added benefit these changes bring, thus 👎 from my side on these changes |
Check individual commits when reviewing!
The idea is that every commit should have a passing test.