-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[Form] 46867 - add more helpful property path accessor exceptions #47438
[Form] 46867 - add more helpful property path accessor exceptions #47438
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
@patrickmaynard Can you rebase your changes onto the latest |
Currently, when I run
@xabbuh Is there another branch I should be rebasing to? If so, can you provide text of a command that I should be using to do that? |
src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php
Show resolved
Hide resolved
Integrate changes suggested by fabbot.io
@fabpot @xabbuh @yceruto it looks like there is a seemingly unrelated set of unit tests failing with the following information:
Do you know if this is a known generic issue that has a simple fix? It really doesn't seem to have anything to do with the material that I'm changing. |
@patrickmaynard Can you rebase your changes onto the latest |
Unfortunately, I ran into some problems while doing this, which corrupted my branch history. Since this is just a one-file change, I will create a new branch and pull request based on 6.3. Thanks! |
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | #46867
| License | MIT
| Doc PR | none
Dear reviewers,
This small modification adds more helpful exceptions when properties cannot be accessed/set
using forms. Only one file was modified, so it should be relatively easy to review. Please feel free to leave a comment if you have any questions about what I'm doing here, and thanks for your work as a reviewer on an open-source project!
All the best,
Patrick