Skip to content

[PropertyAccess] Fix getter call order BC #37053

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

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

1ed
Copy link
Contributor

@1ed 1ed commented Jun 1, 2020

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets #37052
License MIT
Doc PR -

Property Accessor breaks BC due to a change in the order of calling the getters, see #37052

@1ed
Copy link
Contributor Author

1ed commented Jun 2, 2020

@dunglas thanks for the review. Actually I’m not 100% sure if this fix is good enough and will not break other things in Property Info. What do you think? How should I handle the breaking tests, leave as is now because it will be green after merge or I should split the PR?

@nicolas-grekas nicolas-grekas added this to the 5.1 milestone Jun 4, 2020
@nicolas-grekas
Copy link
Member

Please bump "symfony/property-info": "^5.1" to "symfony/property-info": "^5.1.1" in src/Symfony/Component/PropertyAccess/composer.json.

That should fix deps=low tests. deps=high ones will be fixed once the patch is merged up.

@1ed 1ed force-pushed the fix-property-accessor-getter-order branch from 968ce89 to 8cf8068 Compare June 4, 2020 09:56
@nicolas-grekas
Copy link
Member

Thank you @1ed.

@nicolas-grekas nicolas-grekas merged commit 5de548b into symfony:5.1 Jun 7, 2020
@fabpot fabpot mentioned this pull request Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants