-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Merge 2.19.x into 3.1.x #11392
Merge 2.19.x into 3.1.x #11392
Conversation
…octrine#11376) * Improve lazy ghost performance by avoiding self-referencing closure. Co-authored-by: Nicolas Grekas <[email protected]> * update baselien --------- Co-authored-by: Nicolas Grekas <[email protected]>
…dexBy assocations. (doctrine#11380)
... in favor of https://www.doctrine-project.org/projects/doctrine-dbal/en/3.8/reference/types.html#reference Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/basic-mapping.html#doctrine-mapping-types As announced in doctrine/dbal#6336 (comment) , the goal is to remove this duplicated type information from ORM and replace it with a link to DBAL. In doctrine/dbal#6341 , I'm adding any detail which I'm deleting here to the DBAL.
34a410e
to
4ebc6c0
Compare
@greg0ire @beberlei I need help with the merge-up.
|
@@ -33,7 +33,7 @@ | |||
"doctrine/persistence": "^3.3.1", | |||
"psr/cache": "^1 || ^2 || ^3", | |||
"symfony/console": "^5.4 || ^6.0 || ^7.0", | |||
"symfony/var-exporter": "~6.2.13 || ^6.3.2 || ^7.0" | |||
"symfony/var-exporter": "^6.3.9 || ^7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to bump here to make our low-deps run pass. Apparently after #11376, we were hitting a bug in VarExporter that had been fixed in 6.3.9/6.4.0/7.0.0. I believe this bump is acceptable for a bugfix.
* 2.19.x: Set column length explicitly (doctrine#11393) Add missing import Remove unused variable (doctrine#11391) [Documentation] Removing "Doctrine Mapping Types" ... (doctrine#11384) [doctrineGH-11185] Bugfix: do not use collection batch loading for indexBy assocations. (doctrine#11380) Improve lazy ghost performance by avoiding self-referencing closure. (doctrine#11376)
It doesn't. The bench installs mock implementations of UoW and friends to prevent the |
I've pushed a commit that fixes the mocks. Shall I backport the change and make PHPBench on 2.19 run on PHP 8.1+ with lazy ghosts enabled? Or shall we leave the lower branch as it is now? |
I think it's a good idea to avoid such surprises on merge up so yes, please do that |
9c56071
No description provided.