Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedNov 13, 2023
nicolas-grekas commentedNov 13, 2023
Ah, I forgot about this one. As I wrote on another PR, ORMv3 makes |
derrabus commentedNov 13, 2023
Yes, but we still need a solution for ORM 2 which will stay around for a while.
|
3552e79 to364526dCompare364526d to27650efCompareback-2-95 commentedNov 15, 2023
So how to overcome this? My SF7 project I now need to keep |
stof commentedNov 15, 2023
There is an in-progress PR for DoctrineBundle. |
stof commentedNov 15, 2023
Actually, the PR is even merged. So if you use the dev version of DoctrineBundle, it should be OK. |
back-2-95 commentedNov 15, 2023
2.11-dev or 2.12-dev ? |
nicolas-grekas commentedNov 15, 2023
Here is the PR:doctrine/DoctrineBundle#1727 |
stof commentedNov 15, 2023
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. |
back-2-95 commentedNov 15, 2023
Ok, I required 2.11-dev for Doctrine Bundle and it worked. Now all my Symfony packages are RC1. Thanks for quick responses. |
derrabus commentedNov 15, 2023
I've released DoctrineBundle 2.11.1 that includes the fix. |
Sidekick of#52568