-
-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/var-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/var-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 3 contributors
Commits on Apr 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4badc59 - Browse repository at this point
Copy the full SHA 4badc59View commit details -
* 6.4: Remove unneeded use statements Redundant assignment to promoted property Revert "[Messenger] Add call to `gc_collect_cycles()` after each message is handled"
Configuration menu - View commit details
-
Copy full SHA for f56f171 - Browse repository at this point
Copy the full SHA f56f171View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b47e6 - Browse repository at this point
Copy the full SHA f2b47e6View commit details -
bug #60258 [VarExporter] Fix: Use correct closure call for property-s…
…pecific logic in $notByRef (Hakayashii, denjas) This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #... | License | MIT Previously, $notByRef was treated as a callable instead of an array of closures. Now, the closure is correctly invoked with $notByRef[$name]($object, $value) if it's not true. Encountered the following error after loading an entity from the database using Doctrine, which held a reference to another entity. The error occurred when modifying this lazily-loaded reference. ``` [critical] Uncaught Error: Array callback must have exactly two elements In Hydrator.php line 163: [Error] Array callback must have exactly two elements Exception trace: at C:\Users\hakayashii\repos\test\vendor\symfony\var-exporter\Internal\Hydrator.php:163 Proxies\__CG__\App\Entity\Subscription->{closure:Symfony\Component\VarExporter\Internal\Hydrator::getSimpleHydrator():155}() at C:\Users\hakayashii\repos\test\vendor\symfony\var-exporter\Hydrator.php:72 Symfony\Component\VarExporter\Hydrator::hydrate() at C:\Users\hakayashii\repos\test\vendor\symfony\var-exporter\Internal\LazyObjectState.php:56 Symfony\Component\VarExporter\Internal\LazyObjectState->initialize() at C:\Users\hakayashii\repos\test\vendor\symfony\var-exporter\LazyGhostTrait.php:146 Proxies\__CG__\App\Entity\Subscription->__get() at C:\Users\hakayashii\repos\test\src\Service\OrderBuilder.php:45 [...] ``` Commits ------- b1f06026179 [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef
Configuration menu - View commit details
-
Copy full SHA for f0bc90a - Browse repository at this point
Copy the full SHA f0bc90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717e754 - Browse repository at this point
Copy the full SHA 717e754View commit details
Commits on Apr 30, 2025
-
* 6.4: add translations for the Twig constraint drop the Date header using the Postmark API transport [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef Unnecessary cast, return, semicolon and comma [Notifier] [Discord] Fix value limits Fix ServiceMethodsSubscriberTrait for nullable service
Configuration menu - View commit details
-
Copy full SHA for 6881082 - Browse repository at this point
Copy the full SHA 6881082View commit details
Commits on May 2, 2025
-
* 6.4: [Validator] add pl translation for the Twig constraint dump default value for property hooks if present
Configuration menu - View commit details
-
Copy full SHA for 422b8de - Browse repository at this point
Copy the full SHA 422b8deView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.2.5...v7.2.6