-
-
Notifications
You must be signed in to change notification settings - Fork 93
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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 13 files changed
- 2 contributors
Commits on Jul 29, 2018
-
[DI] Fix false-positive circular ref leading to wrong exceptions or i…
…nfinite loops at runtime
Configuration menu - View commit details
-
Copy full SHA for 9fd7df1 - Browse repository at this point
Copy the full SHA 9fd7df1View commit details
Commits on Aug 8, 2018
-
bug #28060 [DI] Fix false-positive circular ref leading to wrong exce…
…ptions or infinite loops at runtime (nicolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [DI] Fix false-positive circular ref leading to wrong exceptions or infinite loops at runtime | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28010, #27865 | License | MIT | Doc PR | - When circular loops involve references in properties, method calls or configurators, it is possible to properly instantiate the related services. The current logic is broken: `ContainerBuilder` considers some of these loops as self-referencing circular references, leading to a runtime exception, and in similar situations, `PhpDumper` generates code that turns to infinite loops at runtime 💥. These badly handled situations happen with inlined definitions. This PR fixes both classes by making them track which references are really part of the constructors' chain, including inline definitions. It also fixes dumping infinite loops when dumping circular loops involving lazy services while proxy-manager-bridge is not installed. Commits ------- e843bb86c8 [DI] Fix false-positive circular ref leading to wrong exceptions or infinite loops at runtime
Configuration menu - View commit details
-
Copy full SHA for a0d56ac - Browse repository at this point
Copy the full SHA a0d56acView commit details -
* 3.4: [HttpFoundation] fix false-positive ConflictingHeadersException [DI] Fix false-positive circular ref leading to wrong exceptions or infinite loops at runtime
Configuration menu - View commit details
-
Copy full SHA for 5945b45 - Browse repository at this point
Copy the full SHA 5945b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbffe07 - Browse repository at this point
Copy the full SHA fbffe07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d7df7 - Browse repository at this point
Copy the full SHA 09d7df7View commit details -
* 3.4: [DI] fix analyzing lazy refs involved in circular loops
Configuration menu - View commit details
-
Copy full SHA for 0c8d415 - Browse repository at this point
Copy the full SHA 0c8d415View commit details -
bug #28159 [DI] Fix autowire inner service (hason)
This PR was merged into the 4.1 branch. Discussion ---------- [DI] Fix autowire inner service | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25631 | License | MIT | Doc PR | - This PR fix multiple levels of decoration. Unfortunately, this [good question](symfony/symfony#25631 (comment)) in origin PR has not been heard 🎧 😄. @dunglas @chalasr Commits ------- b79d097c2a [DI] Fix autowire inner service
Configuration menu - View commit details
-
Copy full SHA for bae4983 - Browse repository at this point
Copy the full SHA bae4983View 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 v4.1.3...v4.1.4