-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarExporter] Drop support for partially initialized lazy object #52569
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
Conversation
|
Ah, I forgot about this one. As I wrote on another PR, ORMv3 makes |
Yes, but we still need a solution for ORM 2 which will stay around for a while.
|
3552e79
to
364526d
Compare
364526d
to
27650ef
Compare
So how to overcome this? My SF7 project I now need to keep |
There is an in-progress PR for DoctrineBundle. |
Actually, the PR is even merged. So if you use the dev version of DoctrineBundle, it should be OK. |
2.11-dev or 2.12-dev ? |
Here is the PR: doctrine/DoctrineBundle#1727 |
2.11-dev for now. The change has not yet reached 2.12-dev as the merge-up between branches has not yet been done after the merge of that PR. |
Ok, I required 2.11-dev for Doctrine Bundle and it worked. Now all my Symfony packages are RC1. Thanks for quick responses. |
I've released DoctrineBundle 2.11.1 that includes the fix. |
Sidekick of #52568