Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[OptionsResolver] addignoreUndefined() method to allow skip not interesting options#49608
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
[OptionsResolver] addignoreUndefined() method to allow skip not interesting options#49608
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedMar 6, 2023
Hey! Thanks for your PR. You are targeting branch "6.3" but it seems your PR description refers to branch "6.3 for features". Cheers! Carsonbot |
nicolas-grekas 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.
Thanks for the PR, here are some minor comments.
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.
src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedMar 9, 2023
Please add a changelog entry indeed. |
OskarStark commentedMar 12, 2023
It looks like your committer email is not associated with your Github account. |
kshtompel commentedMar 15, 2023
Do I need recreate PR with new email configured or can leave it as is and commit changes with update email associated with the account |
kshtompel commentedMar 15, 2023
@nicolas-grekas |
kshtompel commentedMar 23, 2023
please advise how to change changelog file for the new feature |
yceruto commentedMar 23, 2023
@kshtompel you can update the changelog in this file |
yceruto 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.
Thanks for the PR! It's almost ready for me. I've left you some minor changes.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
kshtompel commentedMar 23, 2023
Added CHANGELOG note for version 6.2 |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ignoreUndefined() method to allow skip not interesting optionskshtompel commentedApr 4, 2023
any updates so far? |
kshtompel commentedApr 19, 2023
@nicolas-grekas |
Uh oh!
There was an error while loading.Please reload this page.
kshtompel commentedApr 27, 2023
@yceruto something else here? |
yceruto 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.
One move left and LGTM. Thank you!
Uh oh!
There was an error while loading.Please reload this page.
c485514 to21cd852Comparefabpot commentedMay 5, 2023
Thank you@kshtompel. |
Uh oh!
There was an error while loading.Please reload this page.
kshtompel commentedMay 16, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@yceruto 6.3
Do I need create another PR to make this changes?? |
yceruto commentedMay 16, 2023
Don't worry, I already updated it here#50305 |
Uh oh!
There was an error while loading.Please reload this page.
Allow to ignore not defined options to allow skip not interesting options when working with big set of shared configuration or just not to describe all the options provided by third party provider