Skip to content

[VarExporter] Fix support for hooks and asymmetric visibility #59965

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
Mar 13, 2025

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Mar 12, 2025

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #59907
License MIT

It took me several days to figure out this patch 😓

This PR fixes support for hooks and asymmetric visibility, which add quite some complexity for lazy objects but also for the exporter/hydrator.

Note

Properties with a private "set" hook aren't supported and won't be in Symfony 6.4.

To support them, we'll need help from native lazy objects, and this is my next PR, but for branch 7.3.

@nicolas-grekas nicolas-grekas merged commit 5ae227c into symfony:6.4 Mar 13, 2025
8 of 11 checks passed
@nicolas-grekas nicolas-grekas deleted the ve-avis branch March 13, 2025 12:26
This was referenced Mar 28, 2025
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.

2 participants