Skip to content

[PropertyAccess] Fix dynamic property accessing. #16462

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 2 commits into from
Nov 5, 2015

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Nov 4, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

Fix a bug regarding dynamic properties access introduced by #16294.

@stof
Copy link
Member

stof commented Nov 4, 2015

please add a test covering this

@dunglas
Copy link
Member Author

dunglas commented Nov 4, 2015

@stof some tests exist in 2.7 (it's how I've found I've broke things). I'll backport them ASAP but I've opened this PR right now because 2.3 is currently buggy.

@stof
Copy link
Member

stof commented Nov 4, 2015

well, this PR is the one where backporting makes sense, as the backport is adding the test preventing this regression

@dunglas
Copy link
Member Author

dunglas commented Nov 4, 2015

Test added

@dunglas
Copy link
Member Author

dunglas commented Nov 4, 2015

AppVeyor failures look unrelated.

@nicolas-grekas
Copy link
Member

👍

@fabpot
Copy link
Member

fabpot commented Nov 5, 2015

Thank you @dunglas.

@fabpot fabpot merged commit 916f9e0 into symfony:2.3 Nov 5, 2015
fabpot added a commit that referenced this pull request Nov 5, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

[PropertyAccess] Fix dynamic property accessing.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Fix a bug regarding dynamic properties access introduced by #16294.

Commits
-------

916f9e0 [PropertyAccess] Test access to dynamic properties
352dfb9 [PropertyAccess] Fix dynamic property accessing.
This was referenced Nov 23, 2015
@dunglas dunglas deleted the fix-23-perf branch December 5, 2015 09:00
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.

5 participants