Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Config] Add handling for ignored keys in ArrayNode::mergeValues.#33124
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
alex-dev commentedAug 12, 2019
Code styling issues were not fixed to minimize impact. |
Uh oh!
There was an error while loading.Please reload this page.
deluxetom commentedAug 14, 2019
tried these changes as I was hitting the same issue and it works with them, can't wait for this PR to go live |
nicolas-grekas commentedAug 20, 2019
Thank you@alex-dev. |
…Values. (Alexandre Parent)This PR was squashed before being merged into the 4.3 branch (closes#33124).Discussion----------[Config] Add handling for ignored keys in ArrayNode::mergeValues.| Q | A| ------------- | ---| Branch? | 4.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#33101| License | MIT| Doc PR | N/AFix case where normalized data accepting and keeping ignored keys is rejected during merge.Commits-------311e1c4 [Config] Add handling for ignored keys in ArrayNode::mergeValues.
Fix case where normalized data accepting and keeping ignored keys is rejected during merge.